Click or drag to resize
PageTemplateInfoProviderGetPageTemplateTypeCode Method
Gets the page template type code for the given enum value.

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

Parameters

type
Type: CMS.PortalEnginePageTemplateTypeEnum
Enumeration type

Return Value

Type: String
See Also