[This is preliminary documentation and is subject to change.]

Gats all the campaign information for the group

Namespace:  OfficeClip.DBLayer.Template
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public ArrayList GetCampaigns(
	int groupId
)
Visual Basic (Declaration)
Public Function GetCampaigns ( _
	groupId As Integer _
) As ArrayList
Visual C++
public:
ArrayList^ GetCampaigns(
	int groupId
)

Parameters

groupId
Type: System..::.Int32
The unique id of the group

Return Value

The arraylist of campaigns

See Also