Move esri.tasks.PrintTask._getPrintDefinition to a namespace method

758
0
10-19-2012 09:15 AM
Status: Open
JeffJacobson
Occasional Contributor III
There is a "private", undocumented function of the esri.tasks.PrintTask class called _getPrintDefinition which generates an object conforming to the Export Web Map Specification.  This is pretty useful and should be a supported, publicly available, documented namespace function.  E.g., the function should be moved somewhere like esri.tasks.getPrintDefinition or esri.getPrintDefinition.