DMField Class

Alterian Email Manager 6.2.3 SDK Help File
Represents a list field.
Inheritance Hierarchy
SystemObject
  DMLibraryDMField

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

Syntax
[SerializableAttribute]
public class DMField

The DMField type exposes the following members.

Fields
NameDescription
Public fieldCreated
Date and time when this field was created.
Public fieldFieldType
The type of the field.
Public fieldID
The ID of the field.
Public fieldIsSeed
Has this field been flagged as a Seed Field. Please note this currently only works for SEV and CM
Public fieldListField
Flag indicating whether this field is a list field.
Public fieldModified
Date and time this field was last modified.
Public fieldName
The name of the field.
Public fieldPrimaryKey
Flag indicating whether this field is a primary key.
Public fieldSourceColumn
Public fieldStorageType
Defaults to DMFieldStorageType.DMFS_NA
Public fieldUserAccess
Public fieldUserOptOut
Top
See Also