CommonDatabaseFunctionsGetFileOfficerFromFileKey Method

Retrieves the Officer of a case.

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 GetFileOfficerFromFileKey(
	Uri oDataUri,
	string fileKey
)

Parameters

oDataUri  Uri
The OData Service endpoint.
fileKey  String
Key to the file entity.

Return Value

String
Officer value.

See Also