DocumentType Enumeration
Specifies the document type for a request.
Namespace: Microsoft.SharePoint.Dsp
Assembly: Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)
Syntax
Public Enumeration DocumentType
Dim instance As DocumentType
public enum DocumentType
Members
Member name | Description | |
---|---|---|
Content | Service-specific document that represents data stored in the back-end data source. The schema for this document is a function of the schema of the data source. For example, in the case of the adapter service for Microsoft Windows SharePoint Services, the content document represents data stored on the SharePoint Web site where the service instance resides. | |
System | Service-specific document that contains system data. Clients may query the system document using standard methods to obtain data about the service, including supported authentication modes, the data root format of the adapter, supported query types, and version support. |