Click or drag to resize
WebTemplateInfoProvider.DeleteWebTemplateInfo Method (Int32)
Deletes specified web template.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 10.0.0
Syntax
C#
public static void DeleteWebTemplateInfo(
	int webTemplateId
)

Parameters

webTemplateId
Type: System.Int32
Id of web template to delete
See Also