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

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

Parameters

subscriptionObj
Type: CMS.PortalEnginePageTemplateDeviceLayoutInfo
Source ReportSubscriptionInfo object.
keepSourceData
Type: SystemBoolean
If true, source data are kept in the object.
See Also