TenantTransferItem Class

Represents a file system entry transfer item.
Inheritance Hierarchy
SystemObject
  Dundas.BI.TransferTransferItem
    Dundas.BI.TransferTenantTransferItem

Namespace:  Dundas.BI.Transfer
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntax
public class TenantTransferItem : TransferItem

The TenantTransferItem type exposes the following members.

Properties
  NameDescription
Public propertyItemId
Gets or sets the ID of the item.
(Inherited from TransferItem.)
Public propertyItemProperties
Gets a read only dictionary which contains all the item properties.
(Inherited from TransferItem.)
Public propertyName
Gets or sets the name of the item.
(Inherited from TransferItem.)
Public propertyTenant
Gets the file system entry to be transferred.
Top
Methods
  NameDescription
Public methodSetItemProperty
Sets a property of an item to be imported.
(Inherited from TransferItem.)
Top
See Also