CommonDatabaseFunctionsGetODataUsernameWithCulture Method

Get the current user name and culture from the Users register in OData.

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 userName, string culture) GetODataUsernameWithCulture(
	Uri oDataUri,
	SecurityContext securityContext = SecurityContext.User
)

Parameters

oDataUri  Uri
The OData Uri.
securityContext  SecurityContext  (Optional)
The current security context.

Return Value

ValueTupleString, String
The user name and culture.

See Also