FoodCandy!

WebSyndicationService Class Reference

Managed web syndication services. More...

List of all members.


Public Member Functions

int CreateOrUpdateFeedType (string ticket, TransitFeedType type)
 Create or update an account feed type.
TransitFeedType GetFeedTypeById (string ticket, int id)
 Get an account feed type.
TransitFeedType GetFeedTypeByName (string ticket, string name)
 Get an account feed type by name.
List< TransitFeedType > GetFeedTypes (string ticket, ServiceQueryOptions options)
 Get all AccountFeed types.
int GetFeedTypesCount (string ticket)
 Get all AccountFeed types count.
void DeleteFeedType (string ticket, int id)
 Delete an account feed type
Parameters:
ticket authentication ticket
id id
.
int CreateOrUpdateAccountFeed (string ticket, TransitAccountFeed feed)
 Create or update an account feed.
int UpdateAccountFeedItems (string ticket, int id)
 Update account feed items.
int UpdateAccountFeedItemImgs (string ticket, int id)
 Update account feed item images.
int UpdateAccountFeedItemMedias (string ticket, int id)
 Update account feed item medias.
TransitAccountFeed GetAccountFeedById (string ticket, int id)
 Get an account feed.
int GetAccountFeedsCount (string ticket, int id)
 Get account feeds count.
List< TransitAccountFeed > GetAccountFeeds (string ticket, int id, ServiceQueryOptions options)
 Get account feeds.
int GetAllAccountFeedsCount (string ticket, TransitAccountFeedQueryOptions qopt)
 Get all account feeds count.
List< TransitAccountFeed > GetAllAccountFeeds (string ticket, TransitAccountFeedQueryOptions qopt, ServiceQueryOptions options)
 Get updated account feeds.
void DeleteAccountFeed (string ticket, int id)
 Delete an account feed.
Parameters:
ticket authentication ticket
id id
.
int GetAllAccountFeedItemsCount (string ticket, TransitAccountFeedItemQueryOptions qopt)
 Get account feed items count.
List< TransitAccountFeedItem > GetAllAccountFeedItems (string ticket, TransitAccountFeedItemQueryOptions qopt, ServiceQueryOptions options)
 Get account feed items.
void DeleteAccountFeedItem (string ticket, int id)
 Delete an account feed item.
Parameters:
ticket authentication ticket
id id
.
TransitAccountFeedItem GetAccountFeedItemById (string ticket, int id)
 Get account feed item by id.
int GetAccountFeedItemsCount (string ticket, int id)
 Get account feed items count.
List< TransitAccountFeedItem > GetAccountFeedItems (string ticket, int id, ServiceQueryOptions options)
 Get account feed items.
int CreateOrUpdateAccountFeedItem (string ticket, TransitAccountFeedItem item)
 Create or update an account feed item.
List< TransitAccountFeedItem > SearchAccountFeedItems (string ticket, string s, ServiceQueryOptions options)
 Search feed items.
int SearchAccountFeedItemsCount (string ticket, string s)
 Return the number of feed items matching a query.
int GetAccountFeedItemImgsCount (string ticket, TransitAccountFeedItemImgQueryOptions options)
 Get account feed item images count.
List< TransitAccountFeedItemImg > GetAccountFeedItemImgs (string ticket, TransitAccountFeedItemImgQueryOptions qopt, ServiceQueryOptions options)
 Get account feed item images.
TransitAccountFeedItemImg GetAccountFeedItemImgById (string ticket, int id)
 Get account feed item image by id.
int CreateOrUpdateAccountFeedItemImg (string ticket, TransitAccountFeedItemImg img)
 Create or update an account feed item image.
void DeleteAccountFeedItemImg (string ticket, int id)
 Delete an account feed item image.
Parameters:
ticket authentication ticket
id id
.
int GetAccountFeedItemMediasCount (string ticket, TransitAccountFeedItemMediaQueryOptions options)
 Get account feed item medias count.
List< TransitAccountFeedItemMedia > GetAccountFeedItemMedias (string ticket, TransitAccountFeedItemMediaQueryOptions qopt, ServiceQueryOptions options)
 Get account feed item medias.
TransitAccountFeedItemMedia GetAccountFeedItemMediaById (string ticket, int id)
 Get account feed item media by id.
int CreateOrUpdateAccountFeedItemMedia (string ticket, TransitAccountFeedItemMedia img)
 Create or update an account feed item media.
void DeleteAccountFeedItemMedia (string ticket, int id)
 Delete an account feed item media.
Parameters:
ticket authentication ticket
id id
.
int CreateOrUpdateAccountRssWatch (string ticket, TransitAccountRssWatch rsswatch)
 Create or update an rss watch.
TransitAccountRssWatch GetAccountRssWatchById (string ticket, int id)
 Get an rss watch.
int GetAccountRssWatchsCount (string ticket, int id)
 Get rss watchs count.
List< TransitAccountRssWatch > GetAccountRssWatchs (string ticket, int id, ServiceQueryOptions options)
 Get rss watchs.
int GetAccountRssWatchItemsCount (string ticket, int id)
 Get rss items count.
TransitRssChannelItems GetAccountRssWatchItems (string ticket, int id, ServiceQueryOptions options)
 Get rss items.
void DeleteAccountRssWatch (string ticket, int id)
 Delete an rss watch.
Parameters:
ticket authentication ticket
id id
.
TransitFeature GetLatestAccountFeedItemFeatureByAccountFeedId (string ticket, int id)

Detailed Description

Managed web syndication services.


Member Function Documentation

int CreateOrUpdateAccountFeed string  ticket,
TransitAccountFeed  feed
 

Create or update an account feed.

Parameters:
ticket authentication ticket
type transit account feed

int CreateOrUpdateAccountFeedItem string  ticket,
TransitAccountFeedItem  item
 

Create or update an account feed item.

Parameters:
ticket authentication ticket

int CreateOrUpdateAccountFeedItemImg string  ticket,
TransitAccountFeedItemImg  img
 

Create or update an account feed item image.

Parameters:
ticket authentication ticket
type transit account feed item image

int CreateOrUpdateAccountFeedItemMedia string  ticket,
TransitAccountFeedItemMedia  img
 

Create or update an account feed item media.

Parameters:
ticket authentication ticket
type transit account feed item media

int CreateOrUpdateAccountRssWatch string  ticket,
TransitAccountRssWatch  rsswatch
 

Create or update an rss watch.

Parameters:
ticket authentication ticket
type transit rss watch

int CreateOrUpdateFeedType string  ticket,
TransitFeedType  type
 

Create or update an account feed type.

Parameters:
ticket authentication ticket
type transit account feed type

TransitAccountFeed GetAccountFeedById string  ticket,
int  id
 

Get an account feed.

Returns:
transit account feed

TransitAccountFeedItem GetAccountFeedItemById string  ticket,
int  id
 

Get account feed item by id.

Parameters:
ticket authentication ticket
id feed item id
Returns:
transit account feed item

TransitAccountFeedItemImg GetAccountFeedItemImgById string  ticket,
int  id
 

Get account feed item image by id.

Parameters:
ticket authentication ticket
id feed item image id
Returns:
transit account feed item image

List<TransitAccountFeedItemImg> GetAccountFeedItemImgs string  ticket,
TransitAccountFeedItemImgQueryOptions  qopt,
ServiceQueryOptions  options
 

Get account feed item images.

Returns:
transit account feed item images

int GetAccountFeedItemImgsCount string  ticket,
TransitAccountFeedItemImgQueryOptions  options
 

Get account feed item images count.

Returns:
transit account feed item images count

TransitAccountFeedItemMedia GetAccountFeedItemMediaById string  ticket,
int  id
 

Get account feed item media by id.

Parameters:
ticket authentication ticket
id feed item media id
Returns:
transit account feed item media

List<TransitAccountFeedItemMedia> GetAccountFeedItemMedias string  ticket,
TransitAccountFeedItemMediaQueryOptions  qopt,
ServiceQueryOptions  options
 

Get account feed item medias.

Returns:
transit account feed item medias

int GetAccountFeedItemMediasCount string  ticket,
TransitAccountFeedItemMediaQueryOptions  options
 

Get account feed item medias count.

Returns:
transit account feed item medias count

List<TransitAccountFeedItem> GetAccountFeedItems string  ticket,
int  id,
ServiceQueryOptions  options
 

Get account feed items.

Returns:
transit account feed items

int GetAccountFeedItemsCount string  ticket,
int  id
 

Get account feed items count.

Parameters:
id account feed id
Returns:
transit account feed items count

List<TransitAccountFeed> GetAccountFeeds string  ticket,
int  id,
ServiceQueryOptions  options
 

Get account feeds.

Returns:
list of account feeds

int GetAccountFeedsCount string  ticket,
int  id
 

Get account feeds count.

Returns:
number of account feeds

TransitAccountRssWatch GetAccountRssWatchById string  ticket,
int  id
 

Get an rss watch.

Returns:
transit rss watch

TransitRssChannelItems GetAccountRssWatchItems string  ticket,
int  id,
ServiceQueryOptions  options
 

Get rss items.

Returns:
list of rss items

int GetAccountRssWatchItemsCount string  ticket,
int  id
 

Get rss items count.

Returns:
number of rss items

List<TransitAccountRssWatch> GetAccountRssWatchs string  ticket,
int  id,
ServiceQueryOptions  options
 

Get rss watchs.

Returns:
list of rss watchs

int GetAccountRssWatchsCount string  ticket,
int  id
 

Get rss watchs count.

Returns:
number of rss watchs

List<TransitAccountFeedItem> GetAllAccountFeedItems string  ticket,
TransitAccountFeedItemQueryOptions  qopt,
ServiceQueryOptions  options
 

Get account feed items.

Returns:
transit account feed items

int GetAllAccountFeedItemsCount string  ticket,
TransitAccountFeedItemQueryOptions  qopt
 

Get account feed items count.

Returns:
transit account feed items count

List<TransitAccountFeed> GetAllAccountFeeds string  ticket,
TransitAccountFeedQueryOptions  qopt,
ServiceQueryOptions  options
 

Get updated account feeds.

Returns:
list of updated account feeds

int GetAllAccountFeedsCount string  ticket,
TransitAccountFeedQueryOptions  qopt
 

Get all account feeds count.

Returns:
all account feeds count

TransitFeedType GetFeedTypeById string  ticket,
int  id
 

Get an account feed type.

Returns:
transit account feed type

TransitFeedType GetFeedTypeByName string  ticket,
string  name
 

Get an account feed type by name.

Returns:
transit account feed type

List<TransitFeedType> GetFeedTypes string  ticket,
ServiceQueryOptions  options
 

Get all AccountFeed types.

Returns:
list of transit account feed types

int GetFeedTypesCount string  ticket  ) 
 

Get all AccountFeed types count.

Returns:
number of transit account feed types

List<TransitAccountFeedItem> SearchAccountFeedItems string  ticket,
string  s,
ServiceQueryOptions  options
 

Search feed items.

Returns:

int SearchAccountFeedItemsCount string  ticket,
string  s
 

Return the number of feed items matching a query.

Returns:
number of feed items

int UpdateAccountFeedItemImgs string  ticket,
int  id
 

Update account feed item images.

Parameters:
ticket authentication ticket
feedid feed id

int UpdateAccountFeedItemMedias string  ticket,
int  id
 

Update account feed item medias.

Parameters:
ticket authentication ticket
feedid feed id

int UpdateAccountFeedItems string  ticket,
int  id
 

Update account feed items.

Parameters:
ticket authentication ticket
feedid feed id

The documentation for this class was generated from the following file:
  • WebSyndicationService.cs
© FoodCandy, 2006-2007, All Rights Reserved | FoodCandy | Sun Oct 7 10:48:54 2007 | Doxygen 1.4.6-NO