DMFieldValueCollection Class

Alterian Email Manager 6.2.3 SDK Help File
A collection of field/value pairs that define the recipient record. Accessible by index.
Inheritance Hierarchy

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

Syntax
public class DMFieldValueCollection : CollectionBase

The DMFieldValueCollection type exposes the following members.

Constructors
NameDescription
Public methodDMFieldValueCollection
Initializes a new instance of the DMFieldValueCollection class
Top
Properties
NameDescription
Public propertyItem
Top
Methods
NameDescription
Public methodAdd
Sets a value for the field
Public methodFieldIDs
Gets all of the field ids contained in the collection.
Public methodGetFieldValue
Gets the field value of the field ID specified. If the ID is not found in the collection, then a null object is returned.
Public methodInsert
Inserts the field value at the index specified
Top
See Also