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