UtilityGetCourseLoginURL Method A Sandcastle Documented Class Library
This method returns an encrypted url that can be used to send the student to a page where they can select a course to view.

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

public string GetCourseLoginURL(
	string apiUsername,
	string apiPassword,
	string StudentExternalID
)

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

Return Value

Type: String
URL that will log the user in or the message "Student does not exist" if the student cannot be found
See Also

Reference