Save the modification in the database
if the object has been modified.
Namespace:
AskiaPortalCmn.Common
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax public IReturnValue Save()
Public Function Save As IReturnValue
public:
virtual IReturnValue^ Save() sealed
Return Value
Type:
IReturnValue
It return failed value,
if the user in the context doesn't
have enough permission to do this action.
Implements
IPermissionsSaveRemarks
This method is automatically
call by the
IUser save method.
See Also