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