DMPreferenceFieldCollectionAdd Method
|
Alterian Email Manager 6.2.3 SDK Help File
Adds a DMPreferenceField object to the DMPreferenceFieldCollection.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic int Add(
DMPreferenceField value
)
Public Function Add (
value As DMPreferenceField
) As Integer
public:
int Add(
DMPreferenceField^ value
)
member Add :
value : DMPreferenceField -> int
Parameters
- value
- Type: DMLibraryDMPreferenceField
The DMPreferenceField object to add to the DMPreferenceFieldCollection.
Return Value
Type:
Int32The position into which the new element was inserted.
See Also