Visionline.CRM.Web.WebApi
QueryKontakte Method (connection, type, ids, max, filterByRole)
Visionline.CRM.Web.WebApiVisionline.CRM.Web.WebApiWebApiQueryKontakte(Connection, EntityType, List<(Of <<'(Int32>)>>), Nullable<(Of <<'(Int32>)>>), List<(Of <<'(String>)>>))
Liefert die verknüpften Kontakte der angegebenen Entitäten (Objekte oder Projekte) zurück.
Declaration Syntax
C#Visual BasicVisual C++
public RelatedRoleQueryResult[] QueryKontakte(
	Connection connection,
	EntityType type,
	List<int> ids,
	Nullable<int> max,
	List<string> filterByRole
)
Public Function QueryKontakte ( _
	connection As Connection, _
	type As EntityType, _
	ids As List(Of Integer), _
	max As Nullable(Of Integer), _
	filterByRole As List(Of String) _
) As RelatedRoleQueryResult()
public:
array<RelatedRoleQueryResult^>^ QueryKontakte(
	Connection^ connection, 
	EntityType type, 
	List<int>^ ids, 
	Nullable<int> max, 
	List<String^>^ filterByRole
)
Parameters
connection (Connection)
Verbindungsinformation zum CRM-VISIONLINE System
type (EntityType)
Der Typ der Entitäten (Objekt oder Projekt)
ids (List<(Of <(<'Int32>)>)>)
Die Ids der Entitäten
max (Nullable<(Of <(<'Int32>)>)>)
Wenn angegeben, wird die Anzahl der Ergebnisse auf
CopyC#
max
beschränkt.
filterByRole (List<(Of <(<'String>)>)>)
Wenn angegeben, werden nur Verknüpfungen mit der angebenen Rolle zurückgeliefert.
Return Value
Die Menge von mit den angegebenen Entitäten verknüpften Kontakten.

Assembly: Visionline.CRM.Web (Module: Visionline.CRM.Web) Version: 3.4.32301.0 (3.4.032301.00)