Home » Category » Microsoft Powerpoint

Microsoft Powerpoint: WSS SiteData.GetListItems

200| Wed, 07 May 2008 01:22:00 GMT| jon_turner| Comments (0)
I'm trying to bring back all fields of a List but Sorted by the Modified
Field.

1. When I enter the Order By Clause in the strViewFields Parameter, I only
get the ows_ID and ows_HiddenVersion
fields. the strViewFields looks like this:

<OrderBy>
<FieldRef Name="Modified"/>
</OrderBy>

2. When I enter the following XML View, I still only get the 2 fields
listed above
<View>
<FieldRef Name="ID"/>
<FieldRef Name="Created"/>
<FieldRef Name="Modified"/>
<FieldRef Name="Title"/>
<FieldRef Name="LinkTitle"/>
<FieldRef Name="Link"/>
<OrderBy>
<FieldRef Name="Modified"/>
</OrderBy>
</View>

My question is what should my View parameter look like to retrieve all of
the fields and order by Modified.

Many TIA's

Keywords & Tags: wss, sitedata.getlistitems, microsoft, powerpoint

URL: http://msdn.itags.org/powerpoint/51590/
 
«« Prev - Next »» 0 helpful answers below.

Microsoft Powerpoint Hot Answers

Microsoft Powerpoint New questions

Microsoft Powerpoint Related Categories