Click or drag to resize

IReachableGroups Methods

The IReachableGroups type exposes the following members.

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