dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Options
WebMapSaveAsOptions Class
public class WebMapSaveAsOptions :
System.IEquatable<dymaptic.GeoBlazor.Core.Options.WebMapSaveAsOptions>
Inheritance System.Object 🡒 WebMapSaveAsOptions
Implements System.IEquatable<WebMapSaveAsOptions>
Constructors
WebMapSaveAsOptions(PortalFolder, Nullable) Constructor
public WebMapSaveAsOptions(dymaptic.GeoBlazor.Core.Components.PortalFolder? Folder=null, System.Nullable<bool> IgnoreUnsupported=null);
Parameters
Folder
PortalFolder
The folder in which to save the item.
ArcGIS Maps SDK for JavaScript
IgnoreUnsupported
System.Nullable<System.Boolean>
Allow the webmap to be saved even in the case it contains unsupported content (layers, renderers, symbols).
ArcGIS Maps SDK for JavaScript
Properties
WebMapSaveAsOptions.Folder Property
The folder in which to save the item.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.PortalFolder? Folder { get; set; }
Property Value
WebMapSaveAsOptions.IgnoreUnsupported Property
Allow the webmap to be saved even in the case it contains unsupported content (layers, renderers, symbols).
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> IgnoreUnsupported { get; set; }