CommonDatabaseFunctionsGetODataUsernameWithCulture Method

Scanjour Workflow4 Reference Manual
Get the current user name and culture from the Users register in 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 userName, string culture) GetODataUsernameWithCulture(
	Uri oDataUri,
	SecurityContext securityContext = SecurityContext.User
)

Parameters

oDataUri
Type: SystemUri
The OData Uri.
securityContext (Optional)
Type: Scanjour.Workflow4.BaseSecurityContext
The current security context.

Return Value

Type: ValueTupleString, String
The user name and culture.
See Also

Reference