I am using code in the documentation for the ArcGIS Runtime SDK for .NET (WPF) and am getting 'The call is ambiguous between the following methods or properties: 'Map.SaveAsAsync(ArcGISPortal, PortalFolder, string, string, IEneumerable<String>,Uri,bool' and 'Map.SaveAsAsync(ArcGISPortal, PortalFolder, string, string, IEneumerable<String>,RuntimeImage,bool''
When looking at the Map class the Uri method is marked as 'Obsolete' and says to use the 'RuntimeImage' method instead but I am not sure how to force the code to use the correct method.
Not sure what other details are needed to help define my question.


