Click or drag to resize

CommonDatabaseFunctionsGetODataUsername Method

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: 24.5.0.0 (24.5.0.0)
Syntax
public static string GetODataUsername(
	Uri oDataUri,
	IAuthenticator authenticator = null
)

Parameters

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

Return Value

String
The user name.
See Also