> ## 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.SelectableMDOListItem

# <a id="SuperOffice_WebApi_Data_SelectableMDOListItem" /> Class SelectableMDOListItem

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

Carrier object for SelectableMDOListItem.

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Carrier](SuperOffice.WebApi.Data.Carrier.md) ←
[SelectableMDOListItem](SuperOffice.WebApi.Data.SelectableMDOListItem.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_SelectableMDOListItem__ctor" /> SelectableMDOListItem()

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_SelectableMDOListItem_ChildItems" /> ChildItems

The child items of the SelectableMDOListItem

```csharp theme={null}
public virtual SelectableMDOListItem[] ChildItems { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SelectableMDOListItem_ColorBlock" /> ColorBlock

The color indicator of the ListItem color block

```csharp theme={null}
public virtual int ColorBlock { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SelectableMDOListItem_Deleted" /> Deleted

The deleted status of the ListItem

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SelectableMDOListItem_ExtraInfo" /> ExtraInfo

Extra information added to the ListItem. Could be information such as sort order etc or other meta data. Custom field.

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SelectableMDOListItem_FullName" /> FullName

The name of the ListItem in its context

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SelectableMDOListItem_Hidden" /> Hidden

True if the ListItem is hidden

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SelectableMDOListItem_IconHint" /> IconHint

The Icon hint of the ListItem. Custom field.

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SelectableMDOListItem_Id" /> Id

The Id of the ListItem

```csharp theme={null}
public virtual int Id { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SelectableMDOListItem_LastChanged" /> LastChanged

Time of last change.

```csharp theme={null}
public virtual DateTime LastChanged { get; set; }
```

#### Property Value

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

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

The name of the ListItem

```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_SelectableMDOListItem_Rank" /> Rank

The rank of the ListItem

```csharp theme={null}
public virtual int Rank { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SelectableMDOListItem_Selected" /> Selected

True if the ListItem is selected

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SelectableMDOListItem_StyleHint" /> StyleHint

Style hint indicating, information such as background color etc. Custom field.

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SelectableMDOListItem_ToolTip" /> ToolTip

The tooltip of the ListItem

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

#### Property Value

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

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

The type of the ListItem. Custom field.

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

#### Property Value

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

## See Also

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


## Related topics

- [SuperOffice.WebApi.Data.List SaveHeadingsForListItemFromListDefinitionRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.List_SaveHeadingsForListItemFromListDefinitionRequest.md)
- [SuperOffice.WebApi.Data.List SaveHeadingsForListItemFromListNameRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.List_SaveHeadingsForListItemFromListNameRequest.md)
- [SuperOffice.WebApi.Agents.IMDOAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IMDOAgent.md)
- [SuperOffice.WebApi.Agents.MDOAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.MDOAgent.md)
- [SuperOffice.WebApi.Agents.ListAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ListAgent.md)
- [SuperOffice.WebApi.Agents.IListAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IListAgent.md)
