Click or drag to resize
SharePointUrlProvider Constructor (String)
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
)

Parameters

connectionName
Type: SystemString
Code name of SharePoint connection to be used.
Exceptions
ExceptionCondition
ArgumentNullExceptionconnectionName is null.
See Also