Click or drag to resize
CMSEcommerceStoreSettingsPageCheckPermissionsAndSave Method
Check whether the user is authorized to modify configuration and returns true if so. This method needs to be overridden to save store settings.

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected virtual void CheckPermissionsAndSave()
See Also