The FtpItemCollection type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkCount
Gets the number of elements contained in the collection.
(Inherited from FileSystemItemCollection.)
Public propertySupported by the .NET Compact FrameworkIsSynchronized
Gets a value indicating whether access to the colleciton is synchronized (thread-safe).
Public propertySupported by the .NET Compact FrameworkItem[([( Int32])])
Gets the item at the specified index.
Public propertySupported by the .NET Compact FrameworkItem[([( String])])
Gets the item of the specified path.
Public propertySupported by the .NET Compact FrameworkSyncRoot
Gets an object that can be used to synchronize access to the collection.
(Inherited from FileSystemItemCollection.)
Public propertySupported by the .NET Compact FrameworkUsePath
Gets or sets a value that indicates whether to use a Path or Name for pattern matching and return values in the GetFiles(Regex) method.
(Inherited from FileSystemItemCollection.)

Explicit Interface Implementations

See Also