Alterian Email Manager 6.2.3 SDK Help File
Represents a collection of DMRUser objects that can be individually accessed by index.
Inheritance Hierarchy Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntax[SerializableAttribute]
public class DMRUserCollection : CollectionBase
<SerializableAttribute>
Public Class DMRUserCollection
Inherits CollectionBase
[SerializableAttribute]
public ref class DMRUserCollection : public CollectionBase
[<SerializableAttribute>]
type DMRUserCollection =
class
inherit CollectionBase
end
DMLibrary.DMRUserCollection = function();
Type.createClass(
'DMLibrary.DMRUserCollection',
CollectionBase);
The DMRUserCollection type exposes the following members.
Constructors
Properties
Methods | Name | Description |
---|
 | Add |
Adds a DMRUser object to the DMRUserCollection.
|
 | IndexOf |
Returns the position index of the DMRUser object whose ID matches the "value" parameter.
Returns -1 if the ID is not found within the collection.
|
Top
See Also