Click or drag to resize
SharePointLibrarySynchronizationState Constructor
Creates a new state of SharePoint library synchronization.

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 9.0.0
Syntax
C#
public SharePointLibrarySynchronizationState(
	Nullable<DateTime> lastRunTime,
	string lastResult,
	Nullable<DateTime> nextRunTime
)

Parameters

lastRunTime
Type: SystemNullableDateTime
Last time the synchronization was run.
lastResult
Type: SystemString
Result of the last synchronization (if error condition was met), null otherwise.
nextRunTime
Type: SystemNullableDateTime
Next time the synchronization is scheduled for run. Null means the synchronization is currently running.
See Also