Click or drag to resize

IManagedGroups.GetIds 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
IList<int> GetIds()

Return Value

Type: IList<Int32>
List 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 GetAllIds()
See Also