CleanUpInfoTaskAttachmentsDeleteActions Property |
Tells the activity to delete records related to the info task.
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: 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 InArgument<string[]> DeleteActions { get; set; }
Public Property DeleteActions As InArgument(Of String())
Get
Set
public:
property InArgument<array<String^>^>^ DeleteActions {
InArgument<array<String^>^>^ get ();
void set (InArgument<array<String^>^>^ value);
}
member DeleteActions : InArgument<string[]> with get, set
Property Value
InArgumentString
See Also