> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.DashboardTileOption

# <a id="SuperOffice_WebApi_Data_DashboardTileOption" /> Class DashboardTileOption

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Carrier object for DashboardTileOption.
Dashboard Tile option

```csharp theme={null}
public class DashboardTileOption : Carrier
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Carrier](SuperOffice.WebApi.Data.Carrier.md) ←
[DashboardTileOption](SuperOffice.WebApi.Data.DashboardTileOption.md)

#### Inherited Members

[Carrier.TableRight](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_TableRight),
[Carrier.FieldProperties](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_FieldProperties),
[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_DashboardTileOption__ctor" /> DashboardTileOption()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public DashboardTileOption()
```

## Properties

### <a id="SuperOffice_WebApi_Data_DashboardTileOption_DefaultDataOption" /> DefaultDataOption

True if this option only applies to the default data source, not selections

```csharp theme={null}
public virtual bool DefaultDataOption { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="SuperOffice_WebApi_Data_DashboardTileOption_Description" /> Description

Option description, visible to users

```csharp theme={null}
public virtual string Description { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_DashboardTileOption_ListItems" /> ListItems

List options given directly, not via MDO list name

```csharp theme={null}
public virtual MDOListItem[] ListItems { get; set; }
```

#### Property Value

[MDOListItem](SuperOffice.WebApi.Data.MDOListItem.md)\[]

### <a id="SuperOffice_WebApi_Data_DashboardTileOption_ListName" /> ListName

An MDO list name, used if the type is list and no ListOptions are given

```csharp theme={null}
public virtual string ListName { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_DashboardTileOption_Name" /> Name

Name of option, usually not visible to users

```csharp theme={null}
public virtual string Name { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_DashboardTileOption_Type" /> Type

The type of option - integer, list, boolean (checkbox) etc.
NULL if unknown enum value.

```csharp theme={null}
[JsonIgnore]
public DashboardTileOptionType? Type { get; set; }
```

#### Property Value

[DashboardTileOptionType](SuperOffice.WebApi.Data.DashboardTileOptionType.md)?

#### See Also

[DashboardTileOption](SuperOffice.WebApi.Data.DashboardTileOption.md).[Type\_String](SuperOffice.WebApi.Data.DashboardTileOption.md#SuperOffice_WebApi_Data_DashboardTileOption_Type_String)

### <a id="SuperOffice_WebApi_Data_DashboardTileOption_Type_String" /> Type\_String

The type of option - integer, list, boolean (checkbox) etc.
Raw string enum value.

```csharp theme={null}
[JsonProperty("Type")]
public string Type_String { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

#### See Also

[DashboardTileOption](SuperOffice.WebApi.Data.DashboardTileOption.md).[Type](SuperOffice.WebApi.Data.DashboardTileOption.md#SuperOffice_WebApi_Data_DashboardTileOption_Type)

### <a id="SuperOffice_WebApi_Data_DashboardTileOption_Value" /> Value

The value, encoded as string, Id:Name of list item if type is list

```csharp theme={null}
public virtual string Value { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

## See Also

[DashboardAgent](SuperOffice.WebApi.Agents.DashboardAgent.md)


## Related topics

- [SuperOffice.WebApi.Data.DashboardTileOptionType](/en/api/reference/webapi/SuperOffice.WebApi.Data.DashboardTileOptionType.md)
- [SuperOffice.WebApi.Data.DashboardTile](/en/api/reference/webapi/SuperOffice.WebApi.Data.DashboardTile.md)
- [SuperOffice.WebApi.Agents.DashboardAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.DashboardAgent.md)
- [SuperOffice.WebApi.Agents.IDashAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IDashAgent.md)
- [SuperOffice.WebApi.Agents.DashAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.DashAgent.md)
- [SuperOffice.WebApi.Agents.IDashboardAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IDashboardAgent.md)
