CommonDatabaseFunctionsGetAddressKeyFromUsername Method

Retrives the key to the address that belongs to a username.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public static string GetAddressKeyFromUsername(
	Uri oDataUri,
	string username
)

Parameters

oDataUri  Uri
The OData Service endpoint.
username  String
Username.

Return Value

String
Address key.

See Also