TransferResult Class

Represents an object describing the result of a transfer operation.
Inheritance Hierarchy
SystemObject
  Dundas.BI.TransferTransferResult

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

The TransferResult type exposes the following members.

Properties
 NameDescription
Public propertyAccountDetails Gets the transfer results of accounts.
Public propertyAppSettingDetails Gets the app setting transfer results.
Public propertyBuiltInResourceDetails Gets the built-in resources transfer results.
Public propertyCustomAttributeDetails Gets the transfer results of custom attributes.
Public propertyFileSystemEntryDetails Gets the transfer results of file system entries.
Public propertyGroupDetails Gets the transfer results of groups.
Public propertyJobDetails Gets the job transfer results.
Public propertyNotificationDetails Gets the notification transfer results.
Public propertyPublishHistoryDetails Gets the publish history transfer results.
Public propertyStaticResourceDetails Gets the static resources transfer results.
Public propertyStatus Gets the status of the transfer result.
Public propertyTenantDetails Gets the transfer results of tenants.
Public propertyTimeTaken Gets the time taken to perform the transfer operation.
Public propertyTokenDetails Gets the token transfer results.
Public propertyTransferFileId Gets the ID of the transfer file exported or upgraded.
Public propertyTransferFileInfo Gets the transfer file information.
Top
See Also