E2020APIReEnableCourse Method A Sandcastle Documented Class Library
Re-enables a given course for a given student

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

public ApiResults ReEnableCourse(
	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: ApiResults
Success or Error message
See Also

Reference