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
)
public String LoadChangeData (
    LoadChangeContext loadChangeContext
)
public function LoadChangeData (
    loadChangeContext : LoadChangeContext
) : String

Parameters

  • loadChangeContext
    Contextual information that represents the item to retrieve from the FeedSync feed.

Return Value

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

Remarks

This method helps a provider implement the LoadChangeData method.

See Also

Reference

FeedSyncServices Class
FeedSyncServices Members
Microsoft.Synchronization.FeedSync Namespace