FileDataObjectCollection Class

Represents the collection for FileDataObject.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionFileDataObject
    Aspose.Email.Windows.FormsFileDataObjectCollection

Namespace:  Aspose.Email.Windows.Forms
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public sealed class FileDataObjectCollection : Collection<FileDataObject>

The FileDataObjectCollection type exposes the following members.

Constructors
  NameDescription
Public methodFileDataObjectCollection
Initializes a new instance of the FileDataObjectCollection class.
Properties
  NameDescription
Public propertyCount (Inherited from CollectionFileDataObject.)
Public propertyItem (Inherited from CollectionFileDataObject.)
Methods
  NameDescription
Public methodAdd (Inherited from CollectionFileDataObject.)
Public methodClear (Inherited from CollectionFileDataObject.)
Public methodContains (Inherited from CollectionFileDataObject.)
Public methodCopyTo (Inherited from CollectionFileDataObject.)
Public methodEquals (Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionFileDataObject.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf (Inherited from CollectionFileDataObject.)
Public methodInsert (Inherited from CollectionFileDataObject.)
Public methodRemove (Inherited from CollectionFileDataObject.)
Public methodRemoveAt (Inherited from CollectionFileDataObject.)
Public methodToString (Inherited from Object.)
See Also