PageTemplateInfoProviderDeletePageTemplate Method (Int32) |
Deletes page template with specific ID.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax public static void DeletePageTemplate(
int templateId
)
Parameters
- templateId
- Type: SystemInt32
Page template ID
See Also