FileSystemEntryTransferItem Class

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

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 FileSystemEntryTransferItem : TransferItem

The FileSystemEntryTransferItem type exposes the following members.

Properties
 NameDescription
Public propertyAccountName Gets the account name of the associated user if the entry is a user project.
Public propertyFileSystemEntry Gets the file system entry to be transferred.
Public propertyItemId Gets or sets the ID of the item.
(Inherited from TransferItemBaseTId)
Public propertyItemProperties Gets a read only dictionary which contains all the item properties.
(Inherited from TransferItemBaseTId)
Public propertyName Gets or sets the name of the item.
(Inherited from TransferItemBaseTId)
Public propertySelectionKind Gets the selection kind of this transfer item.
Top
Methods
 NameDescription
Public methodSetItemProperty Sets a property of an item to be imported.
(Inherited from TransferItemBaseTId)
Top
See Also