ImportConfigData Class

Base data contract object for returning an ImportConfig through REST API.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.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 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 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