UsersUserExists Method A Sandcastle Documented Class Library
Does the user exist in Edgenuity

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

public bool UserExists(
	string apiUsername,
	string apiPassword,
	string UserExternalID
)

Parameters

apiUsername
Type: SystemString
API Username
apiPassword
Type: SystemString
API Password
UserExternalID
Type: SystemString
External ID of the User

Return Value

Type: Boolean
Whether or not the user exists
See Also

Reference