GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

Represents an exported map request from the result of the Print widget.
ArcGIS Maps SDK for JavaScript

public class FileLink :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.FileLink>

Inheritance System.Object 🡒 FileLink

Implements System.IEquatable<FileLink>

Constructors

FileLink(Nullable, Error, string, string, Nullable, string) Constructor

Represents an exported map request from the result of the Print widget.
ArcGIS Maps SDK for JavaScript

public FileLink(System.Nullable<int> Count=null, dymaptic.GeoBlazor.Core.Model.Error? Error=null, string? Extension=null, string? Name=null, System.Nullable<dymaptic.GeoBlazor.Pro.Enums.FileLinkState> State=null, string? Url=null);

Parameters

Count System.Nullable<System.Int32>

The location of the FileLink element in the array.
ArcGIS Maps SDK for JavaScript

Error dymaptic.GeoBlazor.Core.Model.Error

The error from the Print widget, if any.
ArcGIS Maps SDK for JavaScript

Extension System.String

The file type of the print-out.
ArcGIS Maps SDK for JavaScript

Name System.String

The fileName or title of the print-out.
ArcGIS Maps SDK for JavaScript

State System.Nullable<FileLinkState>

The state of the print-out.
ArcGIS Maps SDK for JavaScript

Url System.String

The printServiceUrl of the print-out.
ArcGIS Maps SDK for JavaScript

Properties

FileLink.Count Property

The location of the FileLink element in the array.
ArcGIS Maps SDK for JavaScript

public System.Nullable<int> Count { get; set; }

Property Value

System.Nullable<System.Int32>

FileLink.Error Property

The error from the Print widget, if any.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Model.Error? Error { get; set; }

Property Value

dymaptic.GeoBlazor.Core.Model.Error

FileLink.Extension Property

The file type of the print-out.
ArcGIS Maps SDK for JavaScript

public string? Extension { get; set; }

Property Value

System.String

FileLink.Name Property

The fileName or title of the print-out.
ArcGIS Maps SDK for JavaScript

public string? Name { get; set; }

Property Value

System.String

FileLink.State Property

The state of the print-out.
ArcGIS Maps SDK for JavaScript

public System.Nullable<dymaptic.GeoBlazor.Pro.Enums.FileLinkState> State { get; set; }

Property Value

System.Nullable<FileLinkState>

FileLink.Url Property

The printServiceUrl of the print-out.
ArcGIS Maps SDK for JavaScript

public string? Url { get; set; }

Property Value

System.String