Click or drag to resize
SharePointUrlProvider Constructor (String, SharePointFileCacheOptions)
Creates a new instance of SharePointUrlProvider.

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 13.0.131
Syntax
C#
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
ExceptionCondition
ArgumentNullExceptionconnectionName is null.
See Also