IFeedBuilderWithXmlText Interface

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


interface IFeedBuilderWithXmlText : IFeedBuilder

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.

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

Header: Feedsync.h

Show: