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
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual void CheckPermissionsAndSave()
See Also