This topic has not yet been rated - Rate this topic

SP.ClientRuntimeContext.load(clientObject) Method

SharePoint 2010

Retrieves the properties of a client object from the server.

SP.ClientRuntimeContext.load(clientObject);
clientObject

The object whose properties will be retrieved from the server.

Type: SP.ClientObject

retrievals

The list of retrieval actions by lambda expression.

T

The type of the client object.

This method is called to retrieve the properties of a specified client object, such as the SP.ListCollection Class collection. The properties are stored in the client object.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.