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