E2020APIAnyOutstandingEssays Method A Sandcastle Documented Class Library
Checks to see if there are any outstanding essays prior to marking a course as completed

Namespace: WCFAPI
Assembly: WCFAPI (in WCFAPI.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax

public OutstandingEssayResults AnyOutstandingEssays(
	string apiUsername,
	string apiPassword,
	string StudentExternalID,
	int StudentCourseID
)

Parameters

apiUsername
Type: SystemString
Username of the API user
apiPassword
Type: SystemString
Password of the APU user
StudentExternalID
Type: SystemString
Unique ID used to identify the student in your system
StudentCourseID
Type: SystemInt32
ID of the StudentBuild you wish to check for outstanding essays for

Return Value

Type: OutstandingEssayResults
Result set includess a boolean (True/False) if there are any outstanding essays, as well as how many
See Also

Reference