SharePointLibrarySynchronizationTaskExecute Method |
Namespace: CMS.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 9.0.0
Syntax public string Execute(
TaskInfo taskInfo
)
Parameters
- taskInfo
- Type: CMS.SchedulerTaskInfo
Contains task data with information related to the SharePoint library.
Return Value
Type:
StringNull on success, error description otherwise.
Implements
ITaskExecute(TaskInfo)See Also