IXFeedFolder::IsRoot Method
Returns a value that indicates whether the current folder is the root folder.
Syntax
HRESULT IsRoot( BOOL *pbIsRootFeedFolder );
Parameters
- pbIsRootFeedFolder
[out] Pointer to a variable of type BOOL that that receives TRUE if the current folder is the root of the subscription store, or FALSE otherwise.
Return Value
Returns S_OK if successful, or an error value otherwise.