我想知道是否可以使用 GetListItems 使用特定值查询列表并仅返回与该查询匹配的行?
目前我可以使用 GetListItems 检索列表中的所有项目,或特定视图中的所有项目,但我无法进一步过滤。
我很欣赏我可以只对返回的项目集执行查询,但想知道是否有可能(并且可能更快)让 sharepoint 为我执行查询。
在 yoursharepoint/_vti_bin/Lists.asmx?op=GetListItems 我看到的页面中,
<query>
<xsd:schema>schema</xsd:schema>xml</query>
<viewFields>
<xsd:schema>schema</xsd:schema>xml</viewFields>
<rowLimit>string</rowLimit>
<queryOptions>
<xsd:schema>schema</xsd:schema>xml</queryOptions>
但不知道如何/是否可以使用这些参数。