GetFeed(int feedId) Method
Gets the feed with the specified ID.
Syntax
public
static
Feed GetFeed(int feedId)
Parameters
- feedId
- Type: int
The ID of the feed.
Returns
The feed with the specified ID, or null (Nothing in Visual Basic) if the feed was not found.