DocumentType Enumeration

NOTE: This API is now obsolete.

Specifies the document type for a request.

Namespace:  Microsoft.SharePoint.Dsp
Assembly:  Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)

Syntax

'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public Enumeration DocumentType
'Usage
Dim instance As DocumentType
[ObsoleteAttribute("Use the Lists web service instead.")]
public enum DocumentType

Members

Member name Description
Content Obsolete. 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 Obsolete. 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.

See Also

Reference

Microsoft.SharePoint.Dsp Namespace