public static string GetAccessCodeForProtection(
ODataService ctx,
string updateUserUsedForLocking
)
Public Shared Function GetAccessCodeForProtection (
ctx As ODataService,
updateUserUsedForLocking As String
) As String
public:
static String^ GetAccessCodeForProtection(
ODataService^ ctx,
String^ updateUserUsedForLocking
)
static member GetAccessCodeForProtection :
ctx : ODataService *
updateUserUsedForLocking : string -> string
[Missing <returns> documentation for "M:Scanjour.Workflow4.Base.CommonDatabaseFunctions.GetAccessCodeForProtection(Scanjour.Process.OData.Client.Proxy.ODataService,System.String)"]