> ## 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.Dashboard CreateNewFromTemplateRequest

# <a id="SuperOffice_WebApi_Data_Dashboard_CreateNewFromTemplateRequest" /> Class Dashboard\_CreateNewFromTemplateRequest

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

```csharp theme={null}
public class Dashboard_CreateNewFromTemplateRequest
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Dashboard\_CreateNewFromTemplateRequest](SuperOffice.WebApi.Data.Dashboard_CreateNewFromTemplateRequest.md)

#### Inherited Members

[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_Dashboard_CreateNewFromTemplateRequest__ctor" /> Dashboard\_CreateNewFromTemplateRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_Dashboard_CreateNewFromTemplateRequest_Caption" /> Caption

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Dashboard_CreateNewFromTemplateRequest_DashboardTileId" /> DashboardTileId

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

#### Property Value

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

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

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Dashboard_CreateNewFromTemplateRequest_SelectionId" /> SelectionId

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Dashboard_CreateNewFromTemplateRequest_VisibleFor" /> VisibleFor

```csharp theme={null}
public VisibleFor[] VisibleFor { get; set; }
```

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Agents.DashboardAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.DashboardAgent.md)
- [SuperOffice.WebApi.Agents.IDashboardAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IDashboardAgent.md)
- [SuperOffice.WebApi.Data.Document CreateNewPhysicalDocumentFromTemplateRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Document_CreateNewPhysicalDocumentFromTemplateRequest.md)
- [SuperOffice.WebApi.Data.Document CreateNewPhysicalDocumentFromTemplateWithCustomTags2Request](/en/api/reference/webapi/SuperOffice.WebApi.Data.Document_CreateNewPhysicalDocumentFromTemplateWithCustomTags2Request.md)
- [SuperOffice.WebApi.Data.Document CreateNewPhysicalDocumentFromTemplateWithCustomTagsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Document_CreateNewPhysicalDocumentFromTemplateWithCustomTagsRequest.md)
- [SuperOffice.WebApi.Data.Document CreateNewPhysicalMailMergeDocumentFromTemplateRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Document_CreateNewPhysicalMailMergeDocumentFromTemplateRequest.md)
