IFeedItem::LocalId Property
Retrieves the assigned ID of the feed item.
Syntax
HRESULT IFeedItem::get_LocalId(LONG *itemId);
Parameters
- itemId
Pointer to a variable of type LONG that receives the ID.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The LocalId value is a numeric identifier assigned by the Feed Download Engine to uniquely identify the item within the feed.