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