Click or drag to resize
PageTemplateInfoProvider.GetAllowedTemplates Method
Gets page templates allowed for specified site.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 10.0.0
Syntax
C#
public static InfoDataSet<PageTemplateInfo> GetAllowedTemplates(
	int siteId
)

Parameters

siteId
Type: System.Int32
Site ID

Return Value

Type: InfoDataSet<PageTemplateInfo>
See Also