Click or drag to resize
CMSEcommercePageCheckProductModifyAndRedirect Method
Checks permissions to modify given product and redirect to access denied page when not passed. Returns true if current user is authorized to modify given product;

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected bool CheckProductModifyAndRedirect(
	SKUInfo product
)

Parameters

product
Type: CMS.EcommerceSKUInfo
Product to be checked.

Return Value

Type: Boolean
See Also