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 Function GetIds As IList(Of Integer)
Return Value
Type:
IListInt32List 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
GetAllIdsSee Also