Click or drag to resize
PageTemplateDeviceLayoutInfoProviderGetVirtualObject Method
Returns web part layout info for specified path

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static PageTemplateDeviceLayoutInfo GetVirtualObject(
	string path,
	bool isAdHoc
)

Parameters

path
Type: SystemString
Path
isAdHoc
Type: SystemBoolean
Indicates whether current object has binding on ad-hoc template

Return Value

Type: PageTemplateDeviceLayoutInfo
See Also