ContactInfoProvider GetLastLogged Method Kentico 8.1 API Reference
Returns contact from given set of ContactIDs which has last logged activity.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

contactIds
Type: OnlineSystem.Collections.Generic IList OnlineInt32 
List of Contact IDs

Return Value

Type: OnlineInt32
Returns ID of found ContactInfo
Exceptions

Remarks

Returns first ID from contactIds list when no activities are found for specified contacts.
See Also