IReachableGroupsRemove Method (Int32) |
Remove a group from the reachability.
It will not save the change in the database
unless you explicitly save the user/group.
Namespace:
AskiaPortalCmn.Common
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax IReturnValue Remove(
int groupId
)
Function Remove (
groupId As Integer
) As IReturnValue
IReturnValue^ Remove(
int groupId
)
Parameters
- groupId
- Type: SystemInt32
Id of the group to remove from the reachability.
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 the specified group.
Remarks
The user in the context
must have an access to the group.
It will not save the change in the database
unless you explicitly save the user/group.
See Also