Click or drag to resize
CSSWrapper Constructor
Constructor

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public CSSWrapper(
	IInfoObjectCollection<BaseInfo> collection,
	string propertyName
)

Parameters

collection
Type: CMS.DataEngineIInfoObjectCollectionBaseInfo
Collection to wrap
propertyName
Type: SystemString
Property to extract
See Also