SimpleUserTaskArgumentsEnableAttachmentsSecurity Property |
Gets or sets the attachments security enabled flag.
Namespace: Scanjour.Workflow4.ActivityLibrary.UserTasksAssembly: 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)
Syntaxpublic bool EnableAttachmentsSecurity { get; set; }
Public Property EnableAttachmentsSecurity As Boolean
Get
Set
public:
property bool EnableAttachmentsSecurity {
bool get ();
void set (bool value);
}
member EnableAttachmentsSecurity : bool with get, set
Property Value
Boolean
The attachments security enabled flag.
See Also