adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ExportOptions Class
Fields Properties Methods

In This Topic
    ExportOptions Class Members
    In This Topic

    The following tables list the members exposed by ExportOptions.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Fields
     NameDescription
    Public Field Optional comments to be included in the export file.  
    Public Field If true, the export file is compressed into a ZIP archive.  
    Public Field The encryption key to use to encrypt/decrypt passwords in the export file. (Inherited from ArcanaDevelopment.adTempus.Shared.ImportExportOptions)
    Public Field Specifies the encryption type to use if passwords are included in the file. (Inherited from ArcanaDevelopment.adTempus.Shared.ImportExportOptions)
    Public FieldThe latest date/time to include if IncludeJobHistory is True.  
    Public FieldThe earliest date/time to include if IncludeJobHistory is True.  
    Public Field Include the job history (status, instances, and log messages) when exporting or importing a job. This option must be set for both the export and the import. (Inherited from ArcanaDevelopment.adTempus.Shared.ImportExportOptions)
    Public Field Include passwords for credential profiles for which the user has Associate permission. Passwords are never exported for profiles for which the client does not have Associate permission.  
    Public Field The list of objects to export.  
    Public Field The target version of adTempus for the export.  
    Top
    Public Properties
     NameDescription
    Public Property Additional named options controlling the operation (Inherited from ArcanaDevelopment.adTempus.Shared.ImportExportOptions)
    Top
    Public Methods
     NameDescription
    Public MethodGets the additional option with the specified name (Inherited from ArcanaDevelopment.adTempus.Shared.ImportExportOptions)
    Public Method Sets the password to use when EncryptionType is ExportEncryptionType.Password (Inherited from ArcanaDevelopment.adTempus.Shared.ImportExportOptions)
    Top
    See Also