GetItemByEffectiveId Method

New for Windows Internet Explorer 8

Retrieves a feed item referenced by its effective ID.

Syntax

disp = Feed.GetItemByEffectiveId(lEffectiveId)

Parameters

lEffectiveId Required. The effective ID of the object to retrieve.

Return Value

Object that receives the feed item if it exists; otherwise, null.

Possible Exceptions

No such interface (0x80004002) The interface is not supported.

Applies To

Feed

See Also

Items