ActivityFunctionsGetFileClosed Method
Gets the information needed to determine whether current user can see and update given file
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: 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)
public static File GetFileClosed(
ActivityContext context,
string fileKey
)
Public Shared Function GetFileClosed (
context As ActivityContext,
fileKey As String
) As File
public:
static File^ GetFileClosed(
ActivityContext^ context,
String^ fileKey
)
static member GetFileClosed :
context : ActivityContext *
fileKey : string -> File
- context ActivityContext
- The activity context
- fileKey String
- File key
FileThe File containing the 'Closed' property, or null if the file is not found.