| SharePointLibraryInfoProviderSynchronizeSharePointLibraryInternal Method | 
 
Namespace: CMS.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 13.0.131
 Syntax
Syntaxprotected virtual void SynchronizeSharePointLibraryInternal(
	SharePointLibraryInfo libraryInfo
)
Parameters
- libraryInfo
- Type: CMS.SharePointSharePointLibraryInfo
 SharePoint library to be synchronized immediately.
 Exceptions
Exceptions| Exception | Condition | 
|---|
| ArgumentNullException | Thrown when libraryInfo is null. | 
| InvalidOperationException | Thrown when the library can not be scheduled for synchronization (the scheduler's task is missing). | 
 See Also
See Also