Click or drag to resize
SharePointLibrarySynchronizationTaskExecute Method
Executes synchronization of SharePointLibraryInfo.

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

Parameters

taskInfo
Type: CMS.SchedulerTaskInfo
Contains task data with information related to the SharePoint library.

Return Value

Type: String
Null on success, error description otherwise.

Implements

ITaskExecute(TaskInfo)
See Also