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

Gets all campaigns for the contact

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

Syntax

C#
public DataTable GetRemainingCampaignsForContact(
	int contactId,
	int groupId
)
Visual Basic (Declaration)
Public Function GetRemainingCampaignsForContact ( _
	contactId As Integer, _
	groupId As Integer _
) As DataTable
Visual C++
public:
DataTable^ GetRemainingCampaignsForContact(
	int contactId, 
	int groupId
)

Parameters

contactId
Type: System..::.Int32
The id of the contact
groupId
Type: System..::.Int32
the unique id of the organization

Return Value

See Also