Click or drag to resize
WebTemplateInfoProviderMoveTemplateDown Method
Moves the template down in order.

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

Parameters

webTemplateId
Type: SystemInt32
Web template ID
See Also