Click or drag to resize
CssStylesheetSiteInfoProviderAddCssStylesheetToSite Method
Adds the class to the specified site.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static void AddCssStylesheetToSite(
	int stylesheetId,
	int siteId
)

Parameters

stylesheetId
Type: SystemInt32
StylesheetID
siteId
Type: SystemInt32
SiteID
See Also