[This is preliminary documentation and is subject to change.]
Gets campaign history
Namespace:
OfficeClip.DBLayer.MetabaseAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public DataSet GetCampaignHistory( int templateId ) |
Visual Basic (Declaration) |
---|
Public Function GetCampaignHistory ( _ templateId As Integer _ ) As DataSet |
Visual C++ |
---|
public: DataSet^ GetCampaignHistory( int templateId ) |
Parameters
- templateId
- Type: System..::.Int32