DocumentType enumeration

Specifies the document type for a request.

Namespace:  WebSvcDspSts
Assembly:  STSSOAP (in STSSOAP.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration DocumentType
'Usage
Dim instance As DocumentType
[SerializableAttribute]
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 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.

See also

Reference

WebSvcDspSts namespace