GetItem Method

Returns an FeedItem object by ID.

Syntax

feedItem = Feed.GetItem(itemId)

Parameters

itemId Required. Long integer value that specifies the system-assigned ID of the object to retrieve.

Return Value

Object that receives the feed item or null if the item does not exist.

Applies To

Feed

See Also

Items