> ## 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.Document GetProjectDocumentsByTemplateTypesRequest

# <a id="SuperOffice_WebApi_Data_Document_GetProjectDocumentsByTemplateTypesRequest" /> Class Document\_GetProjectDocumentsByTemplateTypesRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Document\_GetProjectDocumentsByTemplateTypesRequest](SuperOffice.WebApi.Data.Document_GetProjectDocumentsByTemplateTypesRequest.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_Document_GetProjectDocumentsByTemplateTypesRequest__ctor" /> Document\_GetProjectDocumentsByTemplateTypesRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_Document_GetProjectDocumentsByTemplateTypesRequest_Count" /> Count

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Document_GetProjectDocumentsByTemplateTypesRequest_DocumentTemplateIds" /> DocumentTemplateIds

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Document_GetProjectDocumentsByTemplateTypesRequest_EndTime" /> EndTime

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Document_GetProjectDocumentsByTemplateTypesRequest_ProjectId" /> ProjectId

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Document_GetProjectDocumentsByTemplateTypesRequest_StartTime" /> StartTime

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Data.Document GetProjectDocumentsByTemplateTypeRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Document_GetProjectDocumentsByTemplateTypeRequest.md)
- [SuperOffice.WebApi.Data.Document GetProjectMemberDocumentsByTemplateTypeRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Document_GetProjectMemberDocumentsByTemplateTypeRequest.md)
- [SuperOffice.WebApi.Data.Document GetProjectMemberDocumentsByTemplateTypesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Document_GetProjectMemberDocumentsByTemplateTypesRequest.md)
- [SuperOffice.WebApi.Data.Document GetProjectDocumentsByTemplateHeadingRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Document_GetProjectDocumentsByTemplateHeadingRequest.md)
- [SuperOffice.WebApi.Data.Document GetProjectMemberDocumentsByTemplateHeadingRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Document_GetProjectMemberDocumentsByTemplateHeadingRequest.md)
- [SuperOffice.WebApi.Data.List GetDocumentTemplateUsedInProjectStageRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.List_GetDocumentTemplateUsedInProjectStageRequest.md)
