Click or drag to resize
PageInfoProviderGetVirtualPageInfo Method (Int32)
Gets a virtual page info instance based on the given page template

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
public static PageInfo GetVirtualPageInfo(
	int pageTemplateId
)

Parameters

pageTemplateId
Type: SystemInt32
Page template ID

Return Value

Type: PageInfo
See Also