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:   
   DMLibraryAssembly:
   DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic IntCollection FieldsOfType(
	DMFieldType Type
)
Public Function FieldsOfType ( 
	Type As DMFieldType
) As IntCollection
public:
IntCollection^ FieldsOfType(
	DMFieldType Type
)
member FieldsOfType : 
        Type : DMFieldType -> IntCollection 
function FieldsOfType(Type);
Parameters
- Type
 - Type: DMLibraryDMFieldType
The type of field whose IDs are sought. 
Return Value
Type: 
IntCollectionAn IntCollection of field IDs.
See Also