Click or drag to resize
CMSEcommercePageSiteID Property
Id of the site. Value taken from query string parameter "siteId", or from SiteContext.CurrentSiteID when no SiteId supplied or not an admin. Special values (non-positive) are passed without change.

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

Property Value

Type: Int32
See Also