E2020APIUsernameAvailability Method A Sandcastle Documented Class Library
Checks to see if a given username is unique, and if not returns a suggested username

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

public string UsernameAvailability(
	string apiUsername,
	string apiPassword,
	string UsernameToFind
)

Parameters

apiUsername
Type: SystemString
Usernam eof the API User
apiPassword
Type: SystemString
Password of the API User
UsernameToFind
Type: SystemString
Requested Username

Return Value

Type: String
Suggested username if requested username already exists, otherwise the requested username
See Also

Reference