Kentico 8.2 API Reference
Kentico 8.2 API Reference
Namespaces
CMS.OnlineMarketing
ContactInfoProvider Class
ContactInfoProvider Methods
AddAutomaticContactMerger Method
AddContactBounce Method
AddContactBounceByEmail Method
AddContactBounceByEmailInternal Method
AddContactBounceInternal Method
Clear Method
DeleteContactInfo Method
DeleteContactInfoInternal Method
DeleteContactInfos Method
DeleteContactInfosInternal Method
DuplicateRelations Method
GetContactFullName Method
GetContactInfo Method
GetContactInfoInternal Method
GetContacts Method
GetContactsInternal Method
GetLastLogged Method
GetMostActive Method
LogContactChange Method
MakeContactNotAnonymous Method
MoveRelations Method
RemoveAutomaticContactMerger Method
RemovePersonaFromContacts Method
RemovePersonaFromContactsInternal Method
RemoveRelations Method
RequireLeadReplication Method
RequireLeadReplicationInternal Method
SetContactBounces Method
SetContactBouncesInternal Method
SetContactInfo Method
SetContactInfoInternal Method
SplitRelations Method
UpdateContactStatus Method
UpdateContactStatusInternal Method
UpdateLeadReplicationStatus Method
UpdateLeadReplicationStatusInternal Method
ContactInfoProvider
GetLastLogged Method
Returns contact from given set of ContactIDs which has last logged activity.
Namespace:
CMS.OnlineMarketing
Assembly:
CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax
C#
Copy
public
static
int
GetLastLogged
(
IList
<
int
>
contactIds
)
Parameters
contactIds
Type:
System.Collections.Generic
IList
Int32
List of Contact IDs
Return Value
Type:
Int32
Returns ID of found ContactInfo
Exceptions
Exception
Condition
ArgumentNullException
contactIds
is null
ArgumentException
contactIds
cannot be empty
Remarks
Returns first ID from contactIds list when no activities are found for specified contacts.
See Also
Reference
ContactInfoProvider Class
CMS.OnlineMarketing Namespace
Copyright (c) 2015 Kentico Software
Send comments on this topic to
support@kentico.com