SharePointUrlProvider Constructor (String, SharePointFileCacheOptions) |
Namespace: CMS.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 13.0.131
Syntax public 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 Exception | Condition |
---|
ArgumentNullException | connectionName is null. |
See Also