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

Delete the campaign and all associated information

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

Syntax

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

Parameters

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

See Also