SerializationContext.AddClientObject method
Adds 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 AddClientObject ( _
obj As ClientObject _
)
'Usage
Dim instance As SerializationContext
Dim obj As ClientObject
instance.AddClientObject(obj)
public void AddClientObject(
ClientObject obj
)
Parameters
obj
Type: Microsoft.SharePoint.Client.ClientObjectThe ClientObject object represents the client object whose ObjectPath information needs to be transmitted to the server.
Remarks
This method calls the AddObjectPath(ObjectPath) method to store the ObjectPath information of the specified client object.