Tagged Questions
0
votes
1answer
437 views
SharePoint Object Model: how to query ONLY last major version of data from Publishing Page?
I came into a situation where I wanted to use SharePoint Object Model SPSiteDataQuery to query data from Publishing Page.
However, I dont want the data query based on the permission on current login ...
1
vote
1answer
277 views
Are CAML queries a proper way to do a full text search
Let's assume that enterprise and fast search are not an option.
Are CAML queries (with CONTAINS operator) a proper way to do a full text search in fields of a publishing page? Or is that for any ...
1
vote
1answer
104 views
WebPart which displays a list with information about pages: What is the best way to search/filter this list
I have a webpart, which displays a list with information (title, creation date) about publishing pages under the current web site.
Above this list there should be a search form (filter) to search ...
4
votes
3answers
2k views
How to get last major published version?
I am trying find exact CAML query, or other possible way in code to find out
"The last major published version" (not necessarily the latest)?