DMGroupResourcePermissionsCollection Class

Alterian Email Manager 6.2.3 SDK Help File
Represents a collection of DMGroupResourcePermissions objects that can be individually accessed by index.
Inheritance Hierarchy

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public class DMGroupResourcePermissionsCollection : CollectionBase

The DMGroupResourcePermissionsCollection type exposes the following members.

Constructors
NameDescription
Public methodDMGroupResourcePermissionsCollection
Initializes a new instance of the DMGroupResourcePermissionsCollection class
Top
Properties
NameDescription
Public propertyItem
Top
Methods
NameDescription
Public methodAdd
Adds a DMGroupResourcePermissions object to the DMGroupResourcePermissionsCollection.
Public methodGetGroupIDs
Gets all of the GroupIDs found within the collection.
Public methodGroupPermissions
Gets a DMResourcePermissionCollection object containing all of the permissions for a specified group. If the GroupID is not found within the collection, a new DMGroupResourcePermissions object is created for that GroupID with an initialized but empty ResourcePermissions property.
Top
See Also