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