Click or drag to resize
CMSEcommerceObjectsPageConfiguredSiteID Property
Returns id of the configured site. For admin allows to configure global objects on demand (siteId in querystring == 0). In other cases returns 0 (when global objects allowed and asked for global objects) or current site ID (when using site specific configuration only).

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected int ConfiguredSiteID { get; }

Property Value

Type: Int32
See Also