Click or drag to resize

IManagedGroups Methods

The IManagedGroups type exposes the following members.

Methods
  NameDescription
Public methodAdd(IListInt32)
Add groups to manage
It will not save the change in the database unless you explicitly save the user
Public methodAdd(Int32)
Add a group to manage
It will not save the change in the database unless you explicitly save the user
Public methodClear
Clear the list of all managed group.
It will not save the change in the database unless you explicitly save the user
Public methodContains
Returns true if the user can manage the group with the specified id
Public methodGetAllIds
Returns the entire list of group ids managed by the user
Public methodGetIds
Returns the non-recursive list of group ids managed by the user
Public methodReload
Reload the managed groups using the current database values
Public methodRemove(IListInt32)
Remove groups from the management
It will not save the change in the database unless you explicitly save the user
Public methodRemove(Int32)
Remove a group from the management
It will not save the change in the database unless you explicitly save the user
Public methodSave
Save the modification in the database if the object has been modified.
Top
See Also