Click or drag to resize
CssStylesheetSiteInfoProviderDeleteInfo Method
Deletes the object to the database.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 12.0.0
Syntax
C#
protected override void DeleteInfo(
	CssStylesheetSiteInfo info
)

Parameters

info
Type: CMS.PortalEngineCssStylesheetSiteInfo
Object to delete
See Also