ClientRuntimeContext.Load<T> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public void Load<T> (T clientObject, params System.Linq.Expressions.Expression<Func<T,object>>[] retrievals) where T : Microsoft.SharePoint.Client.ClientObject;
member this.Load : 'T * System.Linq.Expressions.Expression<Func<'T, obj>>[] -> unit (requires 'T :> Microsoft.SharePoint.Client.ClientObject)
Public Sub Load(Of T As ClientObject) (clientObject As T, ParamArray retrievals As Expression(Of Func(Of T, Object))())
Type Parameters
- T
Parameters
- clientObject
- T
- retrievals
- Expression<Func<T,Object>>[]