DMResourcePermissionCollection Class

Alterian Email Manager 6.2.3 SDK Help File
Represents a collection of DMResourcePermission 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 DMResourcePermissionCollection : CollectionBase

The DMResourcePermissionCollection type exposes the following members.

Constructors
NameDescription
Public methodDMResourcePermissionCollection
Initializes a new instance of the DMResourcePermissionCollection class
Top
Properties
NameDescription
Public propertyEmpty
Public propertyItem
Top
Methods
NameDescription
Public methodAdd
Adds a DMResourcePermission object to the DMResourcePermissionCollection.
Public methodGetResourceIDs
Gets the IDs of all resources within the collection.
Public methodGetResourceIDs(IntCollection)
Gets the IDs of all the resources within the collection that have a permission whose ID is contained in the PermissionIDs integer collection.
Public methodGetResourcePermission
Gets a DMResourcePermission object based on the ResourceID specified. If the DMResourcePermission specified does not exist within the collection, a new one is created with an empty DMPermissionCollection collection, added to the present collection, and returned as a DMPermission object.
Public methodInheritChildPermission
Public methodInheritParentPermission
Public methodMergeGroupPermissions
Public methodMergeUserPermissions
Public methodRemoveNoAccess
Top
See Also