CMS.SharePoint Namespace |
Class | Description | |
---|---|---|
AbstractGetSharePointFileService |
Abstract SharePoint service that serves SharePoint files.
| |
RegisterSharePointServiceFactoryAttribute |
Attribute for registering custom SharePoint service factory for certain SharePoint version.
The registration is performed on current SharePoint service factory provider.
| |
SharePointConnectionData |
Encapsulates information regarding connection parameters for SharePoint server.
Any connection data item can be retrieved via GetSharePointConnectionDataItem(String).
For access to frequently used items getter properties are available.
| |
SharePointConnectionInfo |
Class defines connection to the SharePoint server including credentials.
| |
SharePointConnectionInfoProvider |
Class providing SharePointConnectionInfo management.
| |
SharePointConnectionNotFoundException |
Thrown when SharePoint connection can not be found.
| |
SharePointConnectionNotSupportedException |
Indicates that given SharePoint connection is not suitable for SharePoint service implementation.
| |
SharePointFileAlreadyExistsException |
Thrown when trying to create a SharePoint file which already exists.
| |
SharePointFileCacheOptions |
Represents the SharePoint file options used by the SharePoint handler.
| |
SharePointFileInfo |
SharePointFileInfo data container class.
| |
SharePointFileInfoProvider |
Class providing SharePointFileInfo management.
| |
SharePointLibraryInfo |
SharePointLibraryInfo data container class.
| |
SharePointLibraryInfoProvider |
Class providing SharePointLibraryInfo management.
| |
SharePointLibrarySynchronizationState |
State of the SharePoint library synchronization.
| |
SharePointLibrarySynchronizationTask |
Handles SharePoint library synchronization when activated by the scheduler.
| |
SharePointListItemsSelection |
Holds a triplet for list items selection specification. The triplet is semantically equivalent to following SharePoint Query expression In order for the selection to be valid the FieldName, FieldType and FieldValue should be provided. | |
SharePointListType |
Specifies well-known list types.
| |
SharePointModule |
Represents the SharePoint module.
| |
SharePointModuleMetadata |
Represents the SharePoint module metadata.
| |
SharePointServerException |
Thrown when error at SharePoint server occurs.
| |
SharePointServiceFactoryNotSupportedException |
Indicates the desired SharePoint service factory does not have an implementation.
| |
SharePointServiceFactoryProvider |
Provides access to proper instance of ISharePointServiceFactory.
| |
SharePointServiceNotSupportedException |
Indicates the desired SharePoint service does not have an implementation.
| |
SharePointServices |
Provides access to SharePoint services using current implementation of ISharePointServiceFactoryProvider.
| |
SharePointUrlProvider |
The URL provider for the SharePoint files.
| |
SharePointVersion |
Contains known SharePoint version constants.
| |
SharePointView |
Represents the <View> element used for SharePoint data retrieval configuration.
Only certain configuration options are made available.
The class is version independent and each SharePoint service implementation may process it differently.
| |
SharePointViewScope |
Contains well-known constants specifying the recursive scope of a SharePoint library.
|
Interface | Description | |
---|---|---|
ISharePointFile |
Represents version independent SharePoint file.
The file or its properties may be loaded eagerly or lazily (depends on implementation).
| |
ISharePointFileService |
Provides access to SharePoint files.
| |
ISharePointListService |
Provides access to SharePoint lists.
| |
ISharePointService |
Specifies common SharePoint service properties.
| |
ISharePointServiceFactory |
Describes SharePoint service factory.
| |
ISharePointServiceFactoryProvider |
Describes SharePoint service factory.
| |
ISharePointSiteService |
Provides access to information about SharePoint site.
| |
ISharePointUrlProvider |
The URL provider for the SharePoint files.
|