IManagedGroupsGetIds Method |
Returns the non-recursive list of group ids managed by the user
Namespace:
AskiaPortalCmn
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 managed child groups recursively.
If you want the entire list of managed groups, consider the usage of
GetAllIdsSee Also