SP.SerializationContext.addObjectPath(path) Method
Applies to: SharePoint Foundation 2010
Stores 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.addObjectPath(path);
Parameters
- path
The SP.ObjectPath Class object that represents the path of a client object that is stored for transmission to the server.
Type: SP.ObjectPath
Applies To
Remarks
This method stores the SP.ObjectPath Class of the client object in a format that can be serialized for transmission to the server.