Click or drag to resize
PageTemplateInfoProviderGetVirtualObject 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 PageTemplateInfo 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: PageTemplateInfo
See Also