Click or drag to resize
AircraftListJsonBuilderArgsResendTrails Property
Gets or sets a flag indicating that the entire trail for each aircraft should be sent regardless of whether the browser has been previously sent the trail or not.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool ResendTrails { get; set; }

Property Value

Type: Boolean
Remarks
Browsers are allowed to ask for the full trail to be sent - this happens when the user switches between short and full trails.
See Also