HI
I am trying to download a report to show ALL the sitelink feeditems
i have in a feed
the predicate i am using is as follows
new Predicate()
{
field = "PlaceholderType",
@operator = PredicateOperator.EQUALS,
values = new[] {"1"}
}
This though is NOT giving me all the feed items of type sitelink in my feed
I am asking for the report with Dates back to the begining of 1970 and up to now
however IF i go to the Business Data section on the web interface and download the report for my feed, i DO get all of the feed items
How can i configure my predicate to get all the sitelink items in my feed -
many thanks in advance
Giles Bodger