ISettingsRemoveAll Method |
Remove all settings of the specified module.
It will not save the change in the database
unless you explicitly call the
Save method.
Namespace:
AskiaPortalCmn.Common
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax IReturnValue RemoveAll(
Nullable<Guid> moduleGuid = null
)
Function RemoveAll (
Optional moduleGuid As Nullable(Of Guid) = Nothing
) As IReturnValue
IReturnValue^ RemoveAll(
Nullable<Guid> moduleGuid = nullptr
)
Parameters
- moduleGuid (Optional)
- Type: SystemNullableGuid
GUID of the module that contains the settings item.
It uses the current module
Guid
if the value is null.
Return Value
Type:
IReturnValue
It return fail value,
if the user in the context doesn't have
enough permission to do this action
Remarks
The user in the context must be able to manage
the settings.
It will not save the change in the database
unless you explicitly call the
Save method.
See Also