ActivityInfoProviderGetContactsActivityInternal Method |
Returns TOP 1 contact's activity depending on 'order by' and 'activity type' parameters.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax protected virtual ActivityInfo GetContactsActivityInternal(
int contactId,
string activityType,
string orderBy
)
Parameters
- contactId
- Type: SystemInt32
Contact ID - activityType
- Type: SystemString
Activity type - optional - orderBy
- Type: SystemString
Order by
Return Value
Type:
ActivityInfoSee Also