Click or drag to resize

TransferListItem Class

Represents an item of a file transfer list.
Inheritance Hierarchy
SystemObject
  Flex.Hal.SettingsTransferListItem

Namespace:  Flex.Hal.Settings
Assembly:  Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax
public class TransferListItem

The TransferListItem type exposes the following members.

Constructors
  NameDescription
Public methodTransferListItem
Initializes a new instance of the TransferListItem class
Top
Properties
  NameDescription
Public propertyChecked
Gets or sets a value that indicates if the item is checked.
Public propertyDirection
Gets or sets the transfer direction.
Public propertyHost
Gets or sets the host file name.
Public propertyLocal
Gets or sets the local file name.
Public propertyType
Gets or sets the file type.
Top
See Also