dundas.transfer.ExportConfig Class

 

Inheritance Hierarchy

 
Class
   dundas.transfer.ExportConfig
 

Constructors

 
  Name Description
init Initializes the ExportConfig. Called during construction.
 
 

Properties

 
  Name Description
accountIds Gets or sets the list containing the IDs of all accounts to export.
appSettingTransferSpecs Gets or sets the list containing the specifications of all app settings to export.
builtInResourceIds Gets or sets the list containing the IDs of all built-in resources to export.
entityTransferVersionPolicy Gets or sets the entity transfer version policy.
fileSystemEntryIds Gets or sets the list containing the IDs of all file system entries to export.
groupIds Gets or sets the list containing the IDs of all groups to export.
id Gets or sets the ID of the export configuration.
includeAllAccounts Gets or sets a value indicating whether all the accounts shall be included in the export file.
includeAllAppSettings Gets or sets a value indicating whether all the application settings shall be included in the export file.
includeAllBuiltInResources Gets or sets a value indicating whether all the built-in resources shall be included in the export file.
includeAllGroups Gets or sets a value indicating whether all the groups shall be included in the export file.
includeAllNotifications Gets or sets a value indicating whether all the notifications shall be included in the export file.
includeAllStaticResources Gets or sets a value indicating whether all the static resources shall be included in the export file.
includeAllTenants Gets or sets a value indicating whether all the tenants shall be included in the export file.
includeCheckedOutEntityRevisions Gets or sets a value indicating whether checked out entity revision shall be included in the export file.
includeContextualData Gets or sets a value indicating whether the contextual data shall be included in the export file.
includeCubeData Gets or sets a value indicating whether the cube data shall be included in the export file.
includeCustomAttributes Gets or sets a value indicating whether all the custom attributes shall be included in the export file.
includeGroupMemberships Gets or sets a value indicating whether the group membership of accounts and groups shall be included in the export file.
includePublishHistories Gets or sets a value indicating whether publish histories associated with exported projects shall be included in the export file.
includeReferencedItems Gets or sets a value indicating whether the items which are referenced to the export items shall be included in the export file.
includeResourceData Gets or sets a value indicating whether the resource data shall be included in the export file.
includeTokens Gets or sets a value indicating whether the global tokens and the tokens associated with the exporting accounts or projects shall be included in the export file.
includeUserInputEntries Gets or sets a value indicating whether user input entries such as annotations and value corrections shall be included in the export file.
includeUserProjects Gets or sets a value indicating whether user projects shall be included in the export file.
name Gets or sets the name of the export configuration.
notificationIds Gets or sets the list containing the IDs of all notifications to export.
publishHistoryIds Gets or sets the list containing the IDs (mappings between source and target project IDs) of all publish histories to export.
staticResourceIds Gets or sets the list containing the IDs of all static resources to export.
tenantIds Gets or sets the list containing the IDs of all tenants to export.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.