> ## 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 MigrateDocumentToNewDocPluginRequest

# <a id="SuperOffice_WebApi_Data_DocumentMigration_MigrateDocumentToNewDocPluginRequest" /> Class DocumentMigration\_MigrateDocumentToNewDocPluginRequest

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

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

#### Inheritance

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

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

## Properties

### <a id="SuperOffice_WebApi_Data_DocumentMigration_MigrateDocumentToNewDocPluginRequest_DocumentId" /> DocumentId

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

#### Property Value

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

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

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Data.DocumentMigration MigrateTemplateToNewDocPluginRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.DocumentMigration_MigrateTemplateToNewDocPluginRequest.md)
- [SuperOffice.WebApi.Agents.DocumentMigrationAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.DocumentMigrationAgent.md)
- [SuperOffice.WebApi.Agents.IDocumentMigrationAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IDocumentMigrationAgent.md)
- [SuperOffice.WebApi.Data.DocumentMigration HasDocumentsToMigrateRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.DocumentMigration_HasDocumentsToMigrateRequest.md)
- [SuperOffice.WebApi.Data.DocumentMigrationItemList](/en/api/reference/webapi/SuperOffice.WebApi.Data.DocumentMigrationItemList.md)
- [SuperOffice.WebApi.Data.DocumentMigration GetForAllDocumentsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.DocumentMigration_GetForAllDocumentsRequest.md)
