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.
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.