ImportConfigData Class

Base data contract object for returning an ImportConfig through REST API.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsImportConfigData

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class ImportConfigData : BaseDataContract

The ImportConfigData type exposes the following members.

Constructors
 NameDescription
Public methodImportConfigData Initializes a new instance of the ImportConfigData class.
Top
Properties
 NameDescription
Public propertyAccountIds Gets the IDs of the accounts to be imported.
Public propertyAppSettingTransferSpecs Gets a set containing the IDs of all app settings to be imported.
Public propertyBuiltInResourceIds Gets the IDs of all built-in resources to be imported.
Public propertyCustomAttributeIds Gets the IDs of the custom attributes to be imported.
Public propertyFileSystemEntryIds Gets the IDs of the file system entries to be imported.
Public propertyGroupIds Gets the IDs of the groups to be imported.
Public propertyGroupMembershipTransferPolicy Gets or sets the import option of group memberships if they are found in the transfer file.
Public propertyImportEntityTransferVersionPolicy Gets or sets the entity transfer version policy for this import.
Public propertyIncludeCheckedOutEntityRevisions Gets or sets a value indicating whether the checked out entity revisions shall be imported.
Public propertyIncludeContextualData Gets or sets a value indicating whether the contextual data shall be imported.
Public propertyIncludeCubeData Gets or sets a value indicating whether the cube data shall be imported.
Public propertyIncludeCustomAttributes Gets or sets a value indicating whether all the custom attributes shall be imported.
Public propertyIncludePublishHistories Gets or sets a value indicating whether publish histories associated with imported projects shall be imported.
Public propertyIncludeReferencedItems Gets or sets a value indicating whether the items which are referenced to the import items shall be imported.
Public propertyIncludeResourceData Gets or sets a value indicating whether the resource data shall be imported.
Public propertyIncludeSchedules Gets or sets a value indicating whether job schedules shall be imported.
Public propertyIncludeTenantProjects Gets or sets a value indicating whether all tenant projects for the selected tenants shall be imported.
Public propertyIncludeTokens Gets or sets a value indicating whether the global tokens and the tokens associated with the importing accounts or projects shall be imported.
Public propertyIncludeUserInputEntries Gets or sets a value indicating whether the user input entries such as annotations and value corrections shall be imported.
Public propertyIncludeUserProjects Gets or sets a value indicating whether user projects shall be imported.
Public propertyNotificationIds Gets the IDs of notifications to be imported.
Public propertyOverwriteDataConnectorSettings Gets or sets a value indicating whether data connector settings shall be overwritten.
Public propertyOverwriteExistingAccountsCustomUserData Gets or sets a value indicating whether custom user data for the selected accounts shall be imported and overwrite the custom user data for existing accounts.
Public propertyOverwriteExistingAccountsDefaultProject Gets or sets a value indicating whether default project setting for the selected accounts shall be imported and overwrite the default project setting for existing accounts.
Public propertyOverwriteExistingAccountsDefaultView Gets or sets a value indicating whether default view setting for the selected accounts shall be imported and overwrite the default view setting for existing accounts.
Public propertyOverwriteExistingAccountsHomeLayout Gets or sets a value indicating whether home layout setting for the selected accounts shall be imported and overwrite the home layout setting for existing accounts.
Public propertySource Gets the source of the transfer file which this import configuration references to.
Public propertyStaticResourceIds Gets the IDs of all static resources to be imported.
Public propertyTenantIds Gets the IDs of the tenants to be imported.
Public propertyTransferFileId Gets the ID of the transfer file.
Public propertyTransferFileUncPath Gets the UNC path of the transfer file.
Public propertyTransferFileUri Gets the URL of the transfer file.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Top
Methods
 NameDescription
Public methodStatic memberFromDataContractMappings The mapping between ImportConfigData and ImportConfig.
Top
See Also