FeedSyncServices::LoadChangeData Method

Gets item data from the loaded FeedSync feed. The item data is represented as XML text.

Namespace:  Microsoft.Synchronization.FeedSync
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
String^ LoadChangeData(
	LoadChangeContext^ loadChangeContext
)

Parameters

loadChangeContext
Type: Microsoft.Synchronization::LoadChangeContext
Contextual information that represents the item to retrieve from the FeedSync feed.

Return Value

Type: System::String
Item data from the loaded FeedSync feed. The item data is represented as XML text.

ExceptionCondition
ArgumentNullException

loadChangeContext is a nullptr.

InvalidOperationException

Feed metadata was not previously loaded by calling LoadFeed.

This method helps a provider implement the LoadChangeData method.

Show: