This topic has not yet been rated - Rate this topic

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.