Share via


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

Remarks

This method calls the AddObjectPath(ObjectPath) method to store the ObjectPath information of the specified client object.

See also

Reference

SerializationContext class

SerializationContext members

Microsoft.SharePoint.Client namespace