IFeed::IsList Property
Determines if the feed is a list.
Syntax
HRESULT IFeed::get_IsList(VARIANT_BOOL *isList);
Parameters
- isList
Pointer to a variable of type VARIANT_BOOL that receives one of the values listed in Possible Values.
Possible Values
VARIANT_TRUE The feed is a list. VARIANT_FALSE The feed is not a list.
Return Value
Returns S_OK if successful, or an error value otherwise.