다음을 통해 공유


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

Type: SP.ClientObject

Applies To

SP.SerializationContext Class

Remarks

This method calls the SP.SerializationContext.addObjectPath(path) Method method to store the SP.ObjectPath Class information of the specified client object.

See Also

Reference

SP.SerializationContext Methods

SP Namespace