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:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public DMGroup GetGroup(
	int GroupID
)

Parameters

GroupID
Type: SystemInt32
The ID of the group being sought.

Return Value

Type: DMGroup
A DMGroup object representing the group whose ID is equal to GroupID.
See Also