DMPreferenceFieldCollectionFieldsOfType Method

Alterian Email Manager 6.2.3 SDK Help File
Gets a collection of field IDs that are of the type passed in.

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

Syntax
public IntCollection FieldsOfType(
	DMFieldType Type
)

Parameters

Type
Type: DMLibraryDMFieldType
The type of field whose IDs are sought.

Return Value

Type: IntCollection
An IntCollection of field IDs.
See Also