RssFeed Documented Class Library

RssFeedItem.ItemType Property

Gets the RssFeedItem's ItemType.

public virtual RssFeedItemType ItemType {get;}

Property Value

One of the RssFeedItemType values.

Remarks

Use the ItemType property to determine the type of an item in the RssFeed control. The following table lists the various item types.

Item TypeDescription
ItemAn item in the RssFeed control.
AlternatingItemAn alternating item in the RssFeed control.

See Also

RssFeedItem Class | skmRss Namespace