DMGroupCollectionGetGroup Method
|
Alterian Email Manager 6.2.3 SDK Help File
Gets a DMGroup object representing the group whose ID is equal to GroupID.
Returns a null object if the GroupID is not found within the collection.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic DMGroup GetGroup(
int GroupID
)
Public Function GetGroup (
GroupID As Integer
) As DMGroup
public:
DMGroup^ GetGroup(
int GroupID
)
member GetGroup :
GroupID : int -> DMGroup
function GetGroup(GroupID);
Parameters
- GroupID
- Type: SystemInt32
The ID of the group being sought.
Return Value
Type:
DMGroupA DMGroup object representing the group whose ID is equal to GroupID.
See Also