SharePointLibrarySynchronizationState Constructor |
Creates a new state of SharePoint library synchronization.
Namespace: CMS.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 10.0.0
Syntax 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