[This is preliminary documentation and is subject to change.]
            Get the details of the campaign
            
    Namespace: 
   OfficeClip.DBLayer.TemplateAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public ArrayList GetCampaignDetails( int templateId )  | 
| Visual Basic (Declaration) | 
|---|
Public Function GetCampaignDetails ( _ templateId As Integer _ ) As ArrayList  | 
| Visual C++ | 
|---|
public: ArrayList^ GetCampaignDetails( int templateId )  | 
Parameters
- templateId
 - Type: System..::.Int32
The unique id of the template 
