SharePointLibrarySynchronizationStateNextRunTime Property |
Next run time of the synchronization. If the time is from the past, it means the synchronization
is waiting for the scheduler to execute it.
Gets null if the synchronization is currently running (
IsRunning is set).
Namespace: CMS.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 8.2.23
Syntax public Nullable<DateTime> NextRunTime { get; }
Property Value
Type:
NullableDateTimeSee Also