Contact.GetContactInfos (IList<EntityID>, IDatabase) Method
Public Shared Function GetContactInfos( _
ByVal contact_ids As IList(Of EntityID), _
ByVal db As IDatabase _
) As List(Of ContactInfo)
This language is not supported or no code example is available.
public static List<ContactInfo> GetContactInfos(
IList<EntityID> contact_ids,
IDatabase db
)
This language is not supported or no code example is available.
public:
static List<ContactInfo^>^ GetContactInfos(
IList<EntityID^>^ contact_ids,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- db
- IDatabase