Click or drag to resize
BBCRMHomePageLoginAs Method
Login as a specified user. Pass credentials in the form "username:password". Authenticaiton requires that the target environment uses Blackbaud CustomBasicAuthentication.

Namespace: Blackbaud.UAT.Core.Crm
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public static void LoginAs(
	string credentials = null
)

Parameters

credentials (Optional)
Type: SystemString

[Missing <param name="credentials"/> documentation for "M:Blackbaud.UAT.Core.Crm.BBCRMHomePage.LoginAs(System.String)"]

See Also