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.
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