CMSProductsPageCheckEditedObjectSiteID Method |
Checks if site id of edited object corresponds to current site ID and site settings. If it does not,
user is redirected to 'Object doesn't exist' page.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax protected override void CheckEditedObjectSiteID(
int editedProductSiteId
)
Parameters
- editedProductSiteId
- Type: SystemInt32
ID of the site which edited product belongs to
See Also