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

Gets the contact list for the filter

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

Syntax

C#
protected string GetContactListForFilter(
	int filterId,
	int groupId
)
Visual Basic (Declaration)
Protected Function GetContactListForFilter ( _
	filterId As Integer, _
	groupId As Integer _
) As String
Visual C++
protected:
String^ GetContactListForFilter(
	int filterId, 
	int groupId
)

Parameters

filterId
Type: System..::.Int32
groupId
Type: System..::.Int32

Return Value

See Also