CommonDatabaseFunctionsGetAddressKeyFromUsername Method

Scanjour Workflow4 Reference Manual
Retrives the key to the address that belongs to a username.

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static string GetAddressKeyFromUsername(
	Uri oDataUri,
	string username
)

Parameters

oDataUri
Type: SystemUri
The OData Service endpoint.
username
Type: SystemString
Username.

Return Value

Type: String
Address key.
See Also

Reference