Click or drag to resize
LinkedInInsightsCollectionTask.Execute Method
Executes scheduled analytics data collection. The task should be executed once a day.

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

Parameters

taskInfo
Type: CMS.Scheduler.TaskInfo
Contains task data with information related to the LinkedIn application.

Return Value

Type: String
Null on success, error description otherwise.

Implements

ITask.Execute(TaskInfo)
See Also