SP.DataConvert.fixupTypes(context, dict) Method

Applies to: SharePoint Foundation 2010

Sets the types of the objects to their internal object types.

SP.DataConvert.fixupTypes(context, dict);

Parameters

context

Type: SP.ClientRuntimeContext

The client runtime context for accessing data from and invoking methods on a remote object.

dict

Type: Dictionary

The objects to set their internal object types.

Remarks

This method converts the objects in the values collection of the specified dictionary to typed client objects according to the object types stored in the objects.

Applies To

SP.DataConvert Class

See Also

Reference

SP.DataConvert Methods

SP Namespace