Click or drag to resize
WebTemplateInfoProviderDeleteWebTemplateInfo Method (WebTemplateInfo)
Deletes specified web template.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static void DeleteWebTemplateInfo(
	WebTemplateInfo template
)

Parameters

template
Type: CMS.CMSImportExportWebTemplateInfo
Web template object
See Also