CommonDatabaseFunctionsGetODataUsername Method

Scanjour Workflow4 Reference Manual
Get the current user name in the Users register from OData.

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 GetODataUsername(
	Uri oDataUri,
	IAuthenticator authenticator = null
)

Parameters

oDataUri
Type: SystemUri
The OData Uri.
authenticator (Optional)
Type: IAuthenticator
The authenticator with with security information.

Return Value

Type: String
The user name.
See Also

Reference