FacebookInsightsCollectionTaskExecute Method |
Executes scheduled analytics data collection.
The task should be executed once an hour.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.2.23
Syntax public string Execute(
TaskInfo taskInfo
)
Parameters
- taskInfo
- Type: CMS.SchedulerTaskInfo
Contains task data with information related to the Facebook application.
Return Value
Type:
StringNull on success, error description otherwise.
Implements
ITaskExecute(TaskInfo)See Also