[This is preliminary documentation and is subject to change.]
            Delete the campaign and all associated information
            
    Namespace: 
   OfficeClip.DBLayer.TemplateAssembly: 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 
