DMFileInfoCollection Class
|
Alterian Email Manager 6.2.3 SDK Help File
Represents a collection of DMFileInfo objects that can be individually accessed by index.
Inheritance Hierarchy Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic class DMFileInfoCollection : CollectionBase
Public Class DMFileInfoCollection
Inherits CollectionBase
public ref class DMFileInfoCollection : public CollectionBase
type DMFileInfoCollection =
class
inherit CollectionBase
end
DMLibrary.DMFileInfoCollection = function();
Type.createClass(
'DMLibrary.DMFileInfoCollection',
CollectionBase);
The DMFileInfoCollection type exposes the following members.
Constructors
Properties
Methods | Name | Description |
---|
 | Add |
Adds a DMFileInfo object to the DMFileInfoCollection.
|
Top
See Also