Click or drag to resize
PageTemplateScopeInfoProviderGetPageTemplateScopeInfo Method
Returns the PageTemplateScopeInfo structure for the specified pageTemplateScope.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static PageTemplateScopeInfo GetPageTemplateScopeInfo(
	int pageTemplateScopeId
)

Parameters

pageTemplateScopeId
Type: SystemInt32
PageTemplateScope id

Return Value

Type: PageTemplateScopeInfo
See Also