Version

from Method

Casts passed in object to the WebDataMenu type.
Syntax
ASP.NET Ajax Javascript (Specification) 
function from( 
   obj : {Any}
) : WebDataMenu;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDataMenu.from({Any});

Parameters

obj
Object to convert to the WebDataMenu type.

Return Value

Reference to the same object that is passed in, only type converted to the WebDataMenu type.
See Also