SharedClassesLogin Method (String, String, String, ApiResultsBase, LoginCredentials)A Sandcastle Documented Class Library
Encapsulates all of the login code

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

public static int Login(
	string username,
	string password,
	string extID,
	ref ApiResultsBase results,
	ref LoginCredentials creds
)

Parameters

username
Type: SystemString

[Missing <param name="username"/> documentation for "M:Enumerations.SharedClasses.Login(System.String,System.String,System.String,ReturnTypes.ApiResultsBase@,WCFAPI.LoginCredentials@)"]

password
Type: SystemString

[Missing <param name="password"/> documentation for "M:Enumerations.SharedClasses.Login(System.String,System.String,System.String,ReturnTypes.ApiResultsBase@,WCFAPI.LoginCredentials@)"]

extID
Type: SystemString

[Missing <param name="extID"/> documentation for "M:Enumerations.SharedClasses.Login(System.String,System.String,System.String,ReturnTypes.ApiResultsBase@,WCFAPI.LoginCredentials@)"]

results
Type: ReturnTypesApiResultsBase
Reference to the result set. Fills the Result param
creds
Type: LoginCredentials

[Missing <param name="creds"/> documentation for "M:Enumerations.SharedClasses.Login(System.String,System.String,System.String,ReturnTypes.ApiResultsBase@,WCFAPI.LoginCredentials@)"]

Return Value

Type: Int32
Student ID
See Also

Reference