Click or drag to resize
PageTemplateInfoProviderDeletePageTemplate Method (Int32)
Deletes page template with specific ID.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static void DeletePageTemplate(
	int templateId
)

Parameters

templateId
Type: SystemInt32
Page template ID
See Also