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