Share via


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)

Syntax

'Declaration
Public Function LoadChangeData ( _
    loadChangeContext As LoadChangeContext _
) As String
'Usage
Dim instance As FeedSyncServices
Dim loadChangeContext As LoadChangeContext
Dim returnValue As String

returnValue = instance.LoadChangeData(loadChangeContext)
public string LoadChangeData(
    LoadChangeContext loadChangeContext
)
public:
String^ LoadChangeData(
    LoadChangeContext^ loadChangeContext
)
member LoadChangeData : 
        loadChangeContext:LoadChangeContext -> string 
public function LoadChangeData(
    loadChangeContext : LoadChangeContext
) : String

Parameters

Return Value

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

Exceptions

Exception Condition
ArgumentNullException

loadChangeContext is a null reference (Nothing in Visual Basic).

InvalidOperationException

Feed metadata was not previously loaded by calling LoadFeed.

Remarks

This method helps a provider implement the LoadChangeData method.

See Also

Reference

FeedSyncServices Class

Microsoft.Synchronization.FeedSync Namespace