Click or drag to resize

IReachableGroupsGetIds Method

Returns the non-recursive list of group ids reachable by the user/group

Namespace:  AskiaPortalCmn.Common
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
IList<int> GetIds()

Return Value

Type: IListInt32
List of group ids
Remarks
It only returns the list of id(s) as it is in the database.
It doesn't include reachable child groups recursively.
If you want the entire list of reachable groups, consider the usage of GetAllIds
See Also