adTempus API
ArcanaDevelopment.adTempus.Shared.FileOperations Namespace / BasicFileTransferSettings Class
Fields Properties Methods

In This Topic
    BasicFileTransferSettings Class Members
    In This Topic

    The following tables list the members exposed by BasicFileTransferSettings.

    Public Constructors
    Public Fields
    Public Properties
     NameDescription
    Public Property The action performed by this task  
    Public Property Specifies whether to back up existing files before overwriting them (Inherited from ArcanaDevelopment.adTempus.Shared.FileOperations.FileOperationTaskSettings)
    Public Property Clear the Archive flag (bit) after the operation completes. (Inherited from ArcanaDevelopment.adTempus.Shared.FileOperations.FileOperationTaskSettings)
    Public Property List of files to exclude from the operation (Inherited from ArcanaDevelopment.adTempus.Shared.FileOperations.FileOperationTaskSettings)
    Public Property List of files or patterns to include in the operation (Inherited from ArcanaDevelopment.adTempus.Shared.FileOperations.FileOperationTaskSettings)
    Public PropertyIndicates whether the source directory structure is maintained when files are transferred to the target. If true the directory structure is recreated under the FileOperationTaskSettings.TargetName. If false all files are written to the FileOperationTaskSettings.TargetName (Inherited from ArcanaDevelopment.adTempus.Shared.FileOperations.FileOperationTaskSettings)
    Public Property Only select files modified within the specified timespan prior to the operation execution (Inherited from ArcanaDevelopment.adTempus.Shared.FileOperations.FileOperationTaskSettings)
    Public PropertyOverridden.  A string constant indicating the operation type. A string constant indicating the operation type.  
    Public Property Specifies the behavior when a file being transferred already exists on the target (Inherited from ArcanaDevelopment.adTempus.Shared.FileOperations.FileOperationTaskSettings)
    Public Property Only select files with the Archive flag (bit) set (Inherited from ArcanaDevelopment.adTempus.Shared.FileOperations.FileOperationTaskSettings)
    Public Property Only select files modified since the specified date/time (in UTC) (Inherited from ArcanaDevelopment.adTempus.Shared.FileOperations.FileOperationTaskSettings)
    Public Property Only select files modified since the date/time (in UTC) defined in the specified variable (Inherited from ArcanaDevelopment.adTempus.Shared.FileOperations.FileOperationTaskSettings)
    Public PropertyThe root directory for the FileOperationTaskSettings.IncludeFiles (Inherited from ArcanaDevelopment.adTempus.Shared.FileOperations.FileOperationTaskSettings)
    Public PropertyIndicates whether to operate recursively on the FileOperationTaskSettings.SourceDirectory (Inherited from ArcanaDevelopment.adTempus.Shared.FileOperations.FileOperationTaskSettings)
    Public Property The destination directory for file transfers, extractions, etc. (Inherited from ArcanaDevelopment.adTempus.Shared.FileOperations.FileOperationTaskSettings)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden.  Performs validation of the settings Performs validation of the settings  
    Top
    See Also