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

In This Topic
    ImportOptions Class Members
    In This Topic

    The following tables list the members exposed by ImportOptions.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Fields
     NameDescription
    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 Field Specifies whether to hold jobs.  
    Public Field Import security descriptors for objects. If not specified, the imported objects receive the default permissions.  
    Public Field Determines whether objects not found in the ImportParameters are imported.  
    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 Collection of ObjectImportParameters objects specifying the action to take for each object in the import source.  
    Public Field The action to take with imported objects.  
    Public Field Requests an object comparison report for imported objects.  
    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