SocialMarketingPostPublishingTaskExecute Method |
Executes scheduled post publishing.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 13.0.131
Syntax public string Execute(
TaskInfo taskInfo
)
Parameters
- taskInfo
- Type: CMS.SchedulerTaskInfo
Contains information related to the post.
Return Value
Type:
StringNull on success, error description otherwise.
Implements
ITaskExecute(TaskInfo)See Also