TwitterInsightsCollectionTaskExecute Method |
Retrieves insights from Twitter and stores them in the database.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 13.0.131
Syntax public string Execute(
TaskInfo task
)
Parameters
- task
- Type: CMS.SchedulerTaskInfo
The task data.
Return Value
Type:
StringAn error message if there was an error; otherwise, an empty string.
Implements
ITaskExecute(TaskInfo)See Also