IRoleContainer Interface

Description
Represents a container containing all the Roles. Used to Enumerate, Add, Update, and Remove Roles.

Property/Method

Description

AddRole

Creates a new role

GetRolesOnGUIDs

Gets a list of Roles based on their GUIDs

GetRolesOnNames

Gets a list of Roles based on their Names

Path

Path of the Role container

RemoveRole

Removes the role whose GUID is specified

UpdateRole

Updates the role permanently.

 

IRoleContainer implements an enumerator (can make a For Each.. IRoleContainer).