Esempio n. 1
0
        public Feed <Keywords> GetKeywords(string siteId)
        {
            KeywordsQuery q = base.PrepareQuery <KeywordsQuery>(KeywordsQuery.CreateCustomUri(siteId));

            return(this.PrepareFeed <Keywords>(q));
        }
Esempio n. 2
0
 public KeywordsFeed Query(KeywordsQuery feedQuery)
 {
     return(base.Query(feedQuery) as KeywordsFeed);
 }