Click or drag to resize

ActivityFunctionsGetFileClosed Method

Gets the information needed to determine whether current user can see and update given file

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static File GetFileClosed(
	ActivityContext context,
	string fileKey
)

Parameters

context  ActivityContext
The activity context
fileKey  String
File key

Return Value

File
The File containing the 'Closed' property, or null if the file is not found.
See Also