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:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic class DMURLCollection : CollectionBase
Public Class DMURLCollection
Inherits CollectionBase
public ref class DMURLCollection : public CollectionBase
type DMURLCollection =
class
inherit CollectionBase
end
DMLibrary.DMURLCollection = function();
Type.createClass(
'DMLibrary.DMURLCollection',
CollectionBase);
The DMURLCollection type exposes the following members.
Constructors
Properties
Methods | Name | Description |
---|
 | Add |
Adds a DMURL object to the DMURLCollection.
|
 | IndexOf |
Finds the index of the specified URL. If not found, returns -1.
|
Top
See Also