Click or drag to resize
SharePointUrlProvider Class
The URL provider for the SharePoint files.
Inheritance Hierarchy
SystemObject
  CMS.SharePointSharePointUrlProvider

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 13.0.131
Syntax
C#
public class SharePointUrlProvider : ISharePointUrlProvider

The SharePointUrlProvider type exposes the following members.

Constructors
  NameDescription
Public methodSharePointUrlProvider(String)
Creates a new instance of SharePointUrlProvider.
Public methodSharePointUrlProvider(String, SharePointFileCacheOptions)
Creates a new instance of SharePointUrlProvider.
Top
Methods
  NameDescription
Public methodGetSharePointFileUrl
Gets the URL for a file at the SharePoint server.
Top
See Also