Tagged Questions
0
votes
1answer
191 views
PublishingStartDate empty even though the page is published
I've been through the typical publish/approve process and have, seemingly, successfully published a page (I've checked it's approval status in the manage content and structure section of the site ...
2
votes
2answers
57 views
Where can I find a list of fields that can be retrieved when running a sharepoint query?
An SPSiteDataQuery. So far I have:
...
query.ViewFields = @"<FieldRef Name=""Title"" /><FieldRef Name=""Author"" />";
...
I just happened to get these two FieldRef's right (purely ...