IXFeed::Rename Method
Renames the feed.
Syntax
HRESULT Rename( LPCWSTR pszName );
Parameters
- pszName
[in] String variable that contains the new name for the feed.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
When a feed is renamed, the corresponding enclosure folder is renamed accordingly.
See Also