IFeedItemMetadata Interface

Represents the FeedSync item metadata for an item.

interface IFeedItemMetadata : IUnknown

Members

IFeedItemMetadata methods Description

IFeedItemMetadata::GetItemId

Gets the item ID.

IFeedItemMetadata::GetUpdateCount

Gets the number of updates that have been made to the item so far.

IFeedItemMetadata::GetIsTombstone

Gets a value that indicates whether the item is a tombstone.

IFeedItemMetadata::GetIsNoConflicts

Gets the noconflicts value of the item.

IFeedItemMetadata::GetItemHistoryEnumerator

Gets an object that can enumerate the item history collection.

IFeedItemMetadata::GetItemConflictEnumerator

Gets an object that can enumerate the item conflict collection.

IFeedItemMetadata::GetItemData

Gets the item data represented as an IXMLDOMElement object.

Requirements

Header: Feedsync.h

See Also

Concepts

Sync Services for FeedSync Components