DMDeploymentFieldCollectionAdd Method

Alterian Email Manager 6.2.3 SDK Help File
Adds a DMDeploymentField object to the DMDeploymentFieldCollection.

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

Syntax
public int Add(
	DMDeploymentField value
)

Parameters

value
Type: DMLibraryDMDeploymentField
The DMDeploymentField object to add to the DMDeploymentFieldCollection.

Return Value

Type: Int32
The position into which the new element was inserted.
See Also