Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the state object that was passed in for the data operation.
get_actionContext: function()
Usage
var a = exampleActionResult.get_actionContext();
Return Value
The value or object that was passed in for the data operation.
Remarks
Use the actionContext property to retrieve the state object for this data operation. You pass a value in state object when you must retrieve that value in the callback function.