4.23.1.1 Request
The following example shows the Search command request (section 2.2.1.16) sent from the client to the server to search for item metadata.
-
<?xml version="1.0" encoding="utf-8"?> <Search xmlns:documentlibrary="DocumentLibrary" xmlns="Search"> <Store> <Name>DocumentLibrary</Name> <Query> <EqualTo> <documentlibrary:LinkId/> <Value>\\somehost\directory</Value> </EqualTo> </Query> <Options> <Range>0-999</Range> </Options> </Store> </Search>