Click or drag to resize

IManagedGroupsSave Method

Save the modification in the database if the object has been modified.

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
IReturnValue Save()

Return Value

Type: IReturnValue
It return failed value, if the user in the context doesn't have enough permission to do this action
Remarks
This method is automatically call by the IUser save method
Remarks
This method will take care to insert or remove managed group only if the current user (in the context) is itself allowed to managed the group
See Also