Share via


: DocumentType (Enumeración) (Microsoft.SharePoint.Dsp)

Specifies the document type for a request.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Dsp (in microsoft.sharepoint.dsp.dll)

Sintaxis

'Declaración
Public Enumeration DocumentType
'Uso
Dim instance As DocumentType
public enum DocumentType

Miembros

  Nombre de miembro Descripción
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. 

Vea también

Referencia

Microsoft.SharePoint.Dsp (Espacio de nombres)