ImportConfig Class |
Namespace: Dundas.BI.Transfer
The ImportConfig type exposes the following members.
Name | Description | |
---|---|---|
ImportConfig(Guid) |
Initializes a new instance of the ImportConfig class.
| |
ImportConfig(String) |
Initializes a new instance of the ImportConfig class.
| |
ImportConfig(Uri) |
Initializes a new instance of the ImportConfig class.
|
Name | Description | |
---|---|---|
AccountIds |
Gets the IDs of the accounts to be imported.
| |
AppSettingTransferSpecs |
Gets a set containing the IDs of all app settings to be imported.
| |
BuiltInResourceIds |
Gets the IDs of all built-in resources to be imported.
| |
CustomAttributeIds |
Gets the IDs of the custom attributes to be imported.
| |
FileSystemEntryIds |
Gets the IDs of the file system entries to be imported.
| |
GroupIds |
Gets the IDs of the groups to be imported.
| |
GroupMembershipTransferPolicy |
Gets or sets the import option of group memberships if they are found in the transfer file.
| |
ImportEntityTransferVersionPolicy |
Gets or sets the entity transfer version policy for this import.
| |
IncludeCheckedOutEntityRevisions |
Gets or sets a value indicating whether the checked out entity revisions shall be imported.
| |
IncludeContextualData |
Gets or sets a value indicating whether the contextual data shall be imported.
| |
IncludeCubeData |
Gets or sets a value indicating whether the cube data shall be imported.
| |
IncludeCustomAttributes |
Gets or sets a value indicating whether all the custom attributes shall be imported.
| |
IncludePublishHistories |
Gets or sets a value indicating whether publish histories associated with imported projects shall be imported.
| |
IncludeReferencedItems |
Gets or sets a value indicating whether the items which are referenced to the import items
shall be imported.
| |
IncludeResourceData |
Gets or sets a value indicating whether the resource data shall be imported.
| |
IncludeTokens |
Gets or sets a value indicating whether the global tokens and the tokens associated with
the importing accounts or projects shall be imported.
| |
IncludeUserInputEntries |
Gets or sets a value indicating whether the user input entries such as annotations and value corrections shall be imported.
| |
IncludeUserProjects |
Gets or sets a value indicating whether user projects shall be imported.
| |
NotificationIds |
Gets the IDs of notifications to be imported.
| |
OverwriteDataConnectorSettings |
Gets or sets a value indicating whether data connector settings shall be overwritten.
| |
PublishHistoryIds |
Gets the IDs of publish histories to be imported.
| |
Source |
Gets the source of the transfer file which this import configuration references to.
| |
StaticResourceIds |
Gets the IDs of all static resources to be imported.
| |
TenantIds |
Gets the IDs of the tenants to be imported.
| |
TransferFileId |
Gets the ID of the transfer file.
| |
TransferFileUncPath |
Gets the UNC path of the transfer file.
| |
TransferFileUri |
Gets the URL of the transfer file.
|
Name | Description | |
---|---|---|
GetItemProperties |
Gets a read only dictionary which contains all the import item properties.
| |
SetItemProperty |
Sets a property of an item to be imported.
|