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
Assembly: 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
path
Type: Microsoft.SharePoint.Client.ObjectPathThe ObjectPath object that represents the path of a client object that is stored for transmission to the server.
Remarks
This method stores the ClientObject of the client object in a format that can be serialized for transmission to the server.