Share via


Microsoft.Search.Registration.Response Schema for Windows SharePoint Services Search

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The Microsoft.Search.Registration.Response schema describes the response format returned by the Query web service for the Registration web method.

Schema

[XML]

<ProviderUpdate>
    <ResultStatus>
    <Providers>
        <Provider>
            <License />
            <Id />
            <ProviderName />
            <QueryPath />
            <AboutPath />
            <Type />
            <Revision />
            <Services>
                <Service>
                    <Id />
                    <ServiceName />
                    <Category />
                </Service>
            </Services>
        </Provider>
    </Providers>
</ProviderUpdate>

Elements

Name

ProviderUpdate

ResultStatus

Providers

Provider

License

Id

ProviderName

QueryPath

AboutPath

Type

Revision

Services

Service

Id

ServiceName

Category

See Also

Reference

QueryService

Concepts

Windows SharePoint Services Query Web Service