Click or drag to resize
TwitterInsightsCollectionTaskExecute Method
Retrieves insights from Twitter and stores them in the database.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 10.0.0
Syntax
C#
public string Execute(
	TaskInfo task
)

Parameters

task
Type: CMS.SchedulerTaskInfo
The task data.

Return Value

Type: String
An error message if there was an error; otherwise, an empty string.

Implements

ITaskExecute(TaskInfo)
See Also