Click or drag to resize
PageTemplateInfoProviderGetPageTemplateTypeEnum Method
Gets the page template type enumeration for the given string value.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static PageTemplateTypeEnum GetPageTemplateTypeEnum(
	string type
)

Parameters

type
Type: SystemString
String type

Return Value

Type: PageTemplateTypeEnum
See Also