WorkflowHostExtensionGetFile Method

Get an OData File

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 File GetFile(
	ODataService ctx,
	string registerKey
)

Parameters

ctx  ODataService
The OData service
registerKey  String
The ID of the file

Return Value

File
The File

See Also