| SharePointLibrarySynchronizationTaskExecute Method | 
 
Namespace: CMS.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 13.0.131
 Syntax
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
See Also