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