Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.