IFeedFolder::IsRoot Property
Verifies whether the current folder is the root folder.
Syntax
HRESULT IFeedFolder::get_IsRoot(VARIANT_BOOL *isRoot);
Parameters
- isRoot
Pointer to a variable of type VARIANT_BOOL that receives one of the values listed in Possible Values.
Possible Values
VARIANT_TRUE The folder is the root of the subscription store. VARIANT_FALSE The folder is not the root of the subscription store.
Return Value
Returns S_OK if successful, or an error value otherwise.