SP.ClientDictionaryResultHandler(dict) Constructor
Applies to: SharePoint Foundation 2010
Initializes a new instance of the SP.ClientDictionaryResultHandler Class with a specified ClientDictionaryResultHandler<T>(IDictionary<String, T>) generic dictionary. This member is reserved for internal use and is not intended to be used directly from your code.
var value = new ClientDictionaryResultHandler(dict);
Parameters
- dict
The ClientDictionaryResultHandler<T>(IDictionary<String, T>) object represents the generic dictionary that will be initialized with JSON data from the server.
Type: Dictionary
Applies To
SP.ClientDictionaryResultHandler Class