Click or drag to resize
CssStylesheetInfo Constructor (DataRow)
Constructor, creates CssStylesheetInfo object from the given DataRow data.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public CssStylesheetInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
Datarow with the class info data
See Also