DMPreferenceFieldCollection Class

Alterian Email Manager 6.2.3 SDK Help File
Represents a collection of DMPreferenceField objects that can be individually accessed by index.
Inheritance Hierarchy
SystemObject
  System.CollectionsCollectionBase
    IDValueCollection
      DMLibraryDMPreferenceFieldCollection

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

Syntax
public class DMPreferenceFieldCollection : IDValueCollection

The DMPreferenceFieldCollection type exposes the following members.

Constructors
NameDescription
Public methodDMPreferenceFieldCollection
Initializes a new instance of the DMPreferenceFieldCollection class
Top
Properties
NameDescription
Public propertyItem
Top
Methods
NameDescription
Public methodAdd
Adds a DMPreferenceField object to the DMPreferenceFieldCollection.
Public methodFieldsOfType
Gets a collection of field IDs that are of the type passed in.
Public methodGetPreferenceField
Public methodGetPreferenceFieldAdd
Top
See Also