ActivityFunctionsGetFileClosed Method

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

Definition

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
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