Click or drag to resize

WorkflowHostExtensionGetFile Method

Get an OData File

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
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