SerializationContext.AddObjectPath Method

Stores the ObjectPath information of the client object to transmit to the server. This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public Sub AddObjectPath ( _
    path As ObjectPath _
)
'Usage
Dim instance As SerializationContext
Dim path As ObjectPath

instance.AddObjectPath(path)
public void AddObjectPath(
    ObjectPath path
)

Parameters

Remarks

This method stores the ClientObject of the client object in a format that can be serialized for transmission to the server.

See Also

Reference

SerializationContext Class

SerializationContext Members

Microsoft.SharePoint.Client Namespace