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 GUID associated with this feed.
Syntax
HRESULT LocalId( GUID *pguid );
Parameters
- pguid
[out] Address of a variable of type GUID that recieves the ID.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The IXFeed::LocalId property is assigned by the Feed Download Engine to uniquely identify the feed.
See Also