| SharePointUrlProvider Constructor (String, SharePointFileCacheOptions) | 
 
Namespace: CMS.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 13.0.131
 Syntax
Syntaxpublic SharePointUrlProvider(
	string connectionName,
	SharePointFileCacheOptions cacheOptions
)
Parameters
- connectionName
- Type: SystemString
 The code name of the SharePoint connection to be used.
- cacheOptions
- Type: CMS.SharePointSharePointFileCacheOptions
 The code name of the SharePoint connection to be used.
 Exceptions
Exceptions| Exception | Condition | 
|---|
| ArgumentNullException | connectionName is null. | 
 See Also
See Also