Click or drag to resize
CSSWrapper Constructor
Constructor

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
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