IXFeedItem::LocalId Method
Returns the assigned ID of the feed item.
Syntax
HRESULT LocalId( UINT *puiId );
Parameters
- puiId
[out] Pointer to an unsigned integer variable that receives the assigned ID of the feed item.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The IXFeedItem::LocalId value is a local identifier given to the feed item by the Feed Download Engine and is unique within the feed.
See Also