FeedSyncServices::LoadChangeData Method
Gets item data from the loaded FeedSync feed. The item data is represented as XML text.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Parameters
- loadChangeContext
- Type: Microsoft.Synchronization::LoadChangeContext
Contextual information that represents the item to retrieve from the FeedSync feed.
Return Value
Type: System::StringItem data from the loaded FeedSync feed. The item data is represented as XML text.
| Exception | Condition |
|---|---|
| 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: