Click or drag to resize
WidgetCategoryInfo Constructor (WidgetCategoryInfo, Boolean)
Constructor - Creates a new WidgetCategoryInfo object from the given DataClass.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax
C#
public WidgetCategoryInfo(
	WidgetCategoryInfo wci,
	bool keepSourceData
)

Parameters

wci
Type: CMS.PortalEngineWidgetCategoryInfo
WidgetCategoryInfo
keepSourceData
Type: SystemBoolean
If true, source data are kept in the object
See Also