Classes
Class | Description | |
---|---|---|
GetSharePointFileHandler |
Handler 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.
| |
SharePointAuthMode |
Contains well-known SharePoint auth mode constants.
| |
SharePointCCSDKException |
Thrown when error regarding SharePoint Client Components SDK occurs.
| |
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.
| |
SharePointConnectionNotSupportedException |
Indicates that given SharePoint connection is not suitable for SharePoint service implementation.
| |
SharepointHelper | Obsolete.
Class implementing operations on SharePoint
| |
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.
| |
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.
| |
SPClassMapping | Obsolete.
Class representing mapping of CMS class to SharePoint object.
| |
SPDocTypeMapping | Obsolete.
Class representing mapping of Document type to SharePoint object.
| |
SPMediaMapping | Obsolete.
Class representing mapping of Media library to SharePoint object.
|
Interfaces
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.
|