Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class DashboardTileOption : Carrier
public DashboardTileOption()
public virtual bool DefaultDataOption { get; set; }
public virtual string Description { get; set; }
public virtual MDOListItem[] ListItems { get; set; }
public virtual string ListName { get; set; }
public virtual string Name { get; set; }
[JsonIgnore] public DashboardTileOptionType? Type { get; set; }
[JsonProperty("Type")] public string Type_String { get; set; }
public virtual string Value { get; set; }
Was this page helpful?