| SharePointLibrarySynchronizationTaskExecute Method  | 
 
Namespace: CMS.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 11.0.0
Syntaxpublic 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