CMS.SharePoint NamespaceKentico 8.1 API Reference
 
Classes

  ClassDescription
Public classGetSharePointFileHandler
Handler that serves SharePoint files.
Public classRegisterSharePointServiceFactoryAttribute
Attribute for registering custom SharePoint service factory for certain SharePoint version. The registration is performed on current SharePoint service factory provider.
Public classSharePointAuthMode
Contains well-known SharePoint auth mode constants.
Public classSharePointCCSDKException
Thrown when error regarding SharePoint Client Components SDK occurs.
Public classSharePointConnectionData
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.
Public classSharePointConnectionInfo
Class defines connection to the SharePoint server including credentials.
Public classSharePointConnectionInfoProvider
Class providing SharePointConnectionInfo management.
Public classSharePointConnectionNotSupportedException
Indicates that given SharePoint connection is not suitable for SharePoint service implementation.
Public classSharepointHelperObsolete.
Class implementing operations on SharePoint
Public classSharePointListItemsSelection

Holds a triplet for list items selection specification. The triplet is semantically equivalent to following SharePoint Query expression
<FieldRef Name="FieldName" /><Value Type="FieldType">FieldValue</Value>

In order for the selection to be valid the FieldName, FieldType and FieldValue should be provided.

Public classSharePointListType
Specifies well-known list types.
Public classSharePointModule
Represents the SharePoint module.
Public classSharePointModuleMetadata
Represents the SharePoint module metadata.
Public classSharePointServerException
Thrown when error at SharePoint server occurs.
Public classSharePointServiceFactoryNotSupportedException
Indicates the desired SharePoint service factory does not have an implementation.
Public classSharePointServiceFactoryProvider
Provides access to proper instance of ISharePointServiceFactory.
Public classSharePointServiceNotSupportedException
Indicates the desired SharePoint service does not have an implementation.
Public classSharePointServices
Provides access to SharePoint services using current implementation of ISharePointServiceFactoryProvider.
Public classSharePointVersion
Contains known SharePoint version constants.
Public classSharePointView
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.
Public classSharePointViewScope
Contains well-known constants specifying the recursive scope of a SharePoint library.
Public classSPClassMappingObsolete.
Class representing mapping of CMS class to SharePoint object.
Public classSPDocTypeMappingObsolete.
Class representing mapping of Document type to SharePoint object.
Public classSPMediaMappingObsolete.
Class representing mapping of Media library to SharePoint object.
Interfaces

  InterfaceDescription
Public interfaceISharePointFile
Represents version independent SharePoint file. The file or its properties may be loaded eagerly or lazily (depends on implementation).
Public interfaceISharePointFileService
Provides access to SharePoint files.
Public interfaceISharePointListService
Provides access to SharePoint lists.
Public interfaceISharePointService
Specifies common SharePoint service properties.
Public interfaceISharePointServiceFactory
Describes SharePoint service factory.
Public interfaceISharePointServiceFactoryProvider
Describes SharePoint service factory.
Public interfaceISharePointSiteService
Provides access to information about SharePoint site.