CommonDatabaseFunctionsGetFileOfficerFromFileKey Method

Scanjour Workflow4 Reference Manual
Retrieves the Officer of a case.

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

Parameters

oDataUri
Type: SystemUri
The OData Service endpoint.
fileKey
Type: SystemString
Key to the file entity.

Return Value

Type: String
Officer value.
See Also

Reference