> ## 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.DocumentMigration GetForSelectionRequest

# <a id="SuperOffice_WebApi_Data_DocumentMigration_GetForSelectionRequest" /> Class DocumentMigration\_GetForSelectionRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[DocumentMigration\_GetForSelectionRequest](SuperOffice.WebApi.Data.DocumentMigration_GetForSelectionRequest.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_DocumentMigration_GetForSelectionRequest__ctor" /> DocumentMigration\_GetForSelectionRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_DocumentMigration_GetForSelectionRequest_DocumentPluginId" /> DocumentPluginId

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_DocumentMigration_GetForSelectionRequest_IncludeEmails" /> IncludeEmails

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

#### Property Value

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

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

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Agents.DocumentMigrationAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.DocumentMigrationAgent.md)
- [SuperOffice.WebApi.Data.DocumentMigration GetForAllDocumentsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.DocumentMigration_GetForAllDocumentsRequest.md)
- [SuperOffice.WebApi.Data.DocumentMigration GetForTemplatesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.DocumentMigration_GetForTemplatesRequest.md)
- [SuperOffice.WebApi.Data.DocumentMigration GetNumberOfConfidentialDocumentsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.DocumentMigration_GetNumberOfConfidentialDocumentsRequest.md)
- [SuperOffice.WebApi.Data.DocumentMigration GetForDateRangeRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.DocumentMigration_GetForDateRangeRequest.md)
- [SuperOffice.WebApi.Agents.IDocumentMigrationAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IDocumentMigrationAgent.md)
