[This is preliminary documentation and is subject to change.]

Deletes the template

Namespace:  OfficeClip.DBLayer.Template
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public void DeleteTemplate(
	int templateId
)
Visual Basic (Declaration)
Public Sub DeleteTemplate ( _
	templateId As Integer _
)
Visual C++
public:
void DeleteTemplate(
	int templateId
)

Parameters

templateId
Type: System..::.Int32
The unique id of the template

See Also