has_item


Description:

public virtual bool has_item (FeedChannel channel, string id)

To retrieve an item into a feed, given his unique ID.

Parameters:

this

a FeedsStore.

channel

parent feed containing required item.

id

unique ID to look for.

Returns:

true if the specified item exists, false otherwise.