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.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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