Click or drag to resize
CssStylesheetInfoIsInSite Method
Check whether CssStylesheet is in site given by id.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax
C#
public bool IsInSite(
	int siteId
)

Parameters

siteId
Type: SystemInt32
ID of site to check

Return Value

Type: Boolean
Returns true if CssStyleSheet is in site
See Also