OutputCaptureOptions Enumeration
In This Topic
Used to specify options for FileCaptureActions and FileCaptureSpecs.
Syntax
Members
Member | Value | Description |
CaptureArchiveBit | 1 |
A file is captured only if its archive attribute is set
|
CaptureModified | 2 |
A file is captured only if it has been created or modified since the last time this job was executed
|
DeleteAfterCapture | 4 |
The file is deleted from its original location after it is captured
|
None | 0 |
No options set.
|
Send | 8 |
Files captured by the action will be sent to e-mail recipients
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.OutputCaptureOptions
See Also