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