IManagedGroupsRemove Method (IListInt32) |
Remove groups from the management
It will not save the change in the database unless you explicitly save the user
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax IReturnValue Remove(
IList<int> groupIds
)
Function Remove (
groupIds As IList(Of Integer)
) As IReturnValue
IReturnValue^ Remove(
IList<int>^ groupIds
)
Parameters
- groupIds
- Type: System.Collections.GenericIListInt32
Id of the groups to remove from the management
Return Value
Type:
IReturnValue
Return failed value, if the user in the context doesn't have enough permission to do that action
Return failed value, if the user in the context doesn't have the permission to manage at least one specified group
Remarks
The user in the context must himself have an access to the groups.
It will not save the change in the database unless you explicitly save the user
See Also