SharePublicUrlModal Class

Modal to share a public URL of an entity; the user can copy the URL to clipboard and distribute it as they see fit.

Definition

Namespace: MobileTrack.Web.Portal.Components.Modals
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.8+821604ea552bde242964120acb39b21c90d2b4af
public sealed class SharePublicUrlModal : MtBaseComponent
Inheritance
Object    ComponentBase    MtBaseComponent    SharePublicUrlModal

Constructors

SharePublicUrlModalInitializes a new instance of the SharePublicUrlModal class

Properties

KeyVault Key vault service

Methods

ShowAsync(DeviceDto) Show the modal with a device to share.
ShowAsync(EnvironmentDto) Show the modal with an environment to share.

See Also