RegistrationRequest Element in Microsoft.Search.Registration.Request Schema
Applies to: SharePoint Server 2010
In this article
Attributes
Child Elements
Parent Elements
Element Information
<RegistrationRequest revision=integer xmlns=string action={NEW|UPDATE} />
Attributes
Attribute |
Description |
---|---|
revision |
Specifies the revision of the schema used in the request. |
xmlns |
urn:Microsoft.Search.Registration |
action |
Specifies the registration action. |
Child Elements
None.
Parent Elements
None.
Example
Following is an example of a request that uses the Microsoft.Search.Registration.Request element for the Registration Web method of the Query Web service.
<RegistrationRequest revision="1" xmlns="urn:Microsoft.Search.Registration" action="NEW" />
Element Information
Schema name: Microsoft.Search.Registration.Request
Applies to: QueryServiceRegistration() method
Optional: No
See Also
Reference
QueryService