E2020APIGetSchoolCourseData Method A Sandcastle Documented Class Library
Get course information for a school

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

public CourseResults GetSchoolCourseData(
	string apiUsername,
	string apiPassword,
	int SchoolId
)

Parameters

apiUsername
Type: SystemString
Username of the API user
apiPassword
Type: SystemString
Password of the APU user
SchoolId
Type: SystemInt32
Id of the school. Returns no results if user is not assigned to that school.

Return Value

Type: CourseResults

[Missing <returns> documentation for "M:WCFAPI.E2020API.GetSchoolCourseData(System.String,System.String,System.Int32)"]

See Also

Reference