ActivityFunctionsGetFileClosed Method

Scanjour Workflow4 Reference Manual
Gets the information needed to determine whether current user can see and update given file

Namespace:  Scanjour.Workflow4.ActivityLibrary
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static File GetFileClosed(
	ActivityContext context,
	string fileKey
)

Parameters

context
Type: System.ActivitiesActivityContext
The activity context
fileKey
Type: SystemString
File key

Return Value

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

Reference