CommonDatabaseFunctionsGetAccessCodeForProtection Method

Construct an access code for a user

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 GetAccessCodeForProtection(
	ODataService ctx,
	string updateUserUsedForLocking
)

Parameters

ctx  ODataService
THe oData context.
updateUserUsedForLocking  String
The user to construct the access_code for.

Return Value

String

[Missing <returns> documentation for "M:Scanjour.Workflow4.Base.CommonDatabaseFunctions.GetAccessCodeForProtection(Scanjour.Process.OData.Client.Proxy.ODataService,System.String)"]

See Also