Click or drag to resize
WidgetCategoryInfo Constructor (WidgetCategoryInfo, Boolean)

Note: This API is now obsolete.

Constructor - Creates a new WidgetCategoryInfo object from the given DataClass.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Not intended for public use. Will be removed in next major release.")]
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