SP.SerializationContext.addClientObject(obj) Method
Applies to: SharePoint Foundation 2010
Adds the SP.ObjectPath Class 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.
SP.SerializationContext.addClientObject(obj);
Parameters
- obj
The SP.ClientObject Class object represents the client object whose SP.ObjectPath Class information needs to be transmitted to the server.
Type: SP.ClientObject
Applies To
Remarks
This method calls the SP.SerializationContext.addObjectPath(path) Method method to store the SP.ObjectPath Class information of the specified client object.