DMURLCollection Class

Alterian Email Manager 6.2.3 SDK Help File
Represents a collection of DMURL objects that can be individually accessed by index.
Inheritance Hierarchy

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public class DMURLCollection : CollectionBase

The DMURLCollection type exposes the following members.

Constructors
NameDescription
Public methodDMURLCollection
Initializes a new instance of the DMURLCollection class
Top
Properties
NameDescription
Public propertyItem
Top
Methods
NameDescription
Public methodAdd
Adds a DMURL object to the DMURLCollection.
Public methodIndexOf
Finds the index of the specified URL. If not found, returns -1.
Top
See Also