WorkflowHostExtensionGetFile Method |
Get an OData File
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static File GetFile(
ODataService ctx,
string registerKey
)
Public Shared Function GetFile (
ctx As ODataService,
registerKey As String
) As File
public:
static File^ GetFile(
ODataService^ ctx,
String^ registerKey
)
static member GetFile :
ctx : ODataService *
registerKey : string -> File
Parameters
- ctx ODataService
- The OData service
- registerKey String
- The ID of the file
Return Value
FileThe File
See Also