ImportConfig Class

Represents an import configuration.
Inheritance Hierarchy
SystemObject
  Dundas.BI.TransferImportConfig

Namespace:  Dundas.BI.Transfer
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class ImportConfig

The ImportConfig type exposes the following members.

Constructors
  NameDescription
Public methodImportConfig(Guid)
Initializes a new instance of the ImportConfig class.
Public methodImportConfig(String)
Initializes a new instance of the ImportConfig class.
Public methodImportConfig(Uri)
Initializes a new instance of the ImportConfig 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 propertyPublishHistoryIds
Gets the IDs of publish histories to be imported.
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.
Top
Methods
  NameDescription
Public methodGetItemProperties
Gets a read only dictionary which contains all the import item properties.
Public methodSetItemProperty
Sets a property of an item to be imported.
Top
See Also