IFeedBuilderWithXmlText Interface

Builds a FeedSync feed during a synchronization session by using XML strings in the FeedSync format.

Syntax

interface IFeedBuilderWithXmlText : IFeedBuilder

Members

IFeedBuilderWithXmlText method

Description

IFeedBuilderWithXmlText::SaveChangeDataXmlText

Saves an item change to the feed. The item change is represented by an XML string in the FeedSync format.

IFeedBuilderWithXmlText::SaveConflictDataXmlText

Saves a conflict for later conflict resolution or propagation. The conflict is represented by an XML string in the FeedSync format.

Remarks

An IFeedBuilderWithXmlText object can be obtained by passing IID_IFeedBuilderWithXmlText to the QueryInterface method of an IFeedBuilder object.

Requirements

Header: Feedsync.h

See Also

Concepts

Sync Framework Web Synchronization Components