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

# <a id="SuperOffice_WebApi_Data_DocumentMigrationItemList" /> Class DocumentMigrationItemList

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

Carrier object for DocumentMigrationItemList.

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

#### Inheritance

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

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_DocumentMigrationItemList_Associates" /> Associates

List of associates whose documents will be migrated.

```csharp theme={null}
public virtual DocumentMigrationAssociate[] Associates { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_DocumentMigrationItemList_Documents" /> Documents

List of documents to be migrated.

```csharp theme={null}
public virtual DocumentMigrationItem[] Documents { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_DocumentMigrationItemList_NumDocumentsAlreadyMigrated" /> NumDocumentsAlreadyMigrated

Documents already migrated to the requested documentplugin.

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_DocumentMigrationItemList_NumDocumentsOmitted" /> NumDocumentsOmitted

Total amount of documents within the selection criteria, which has been omitted from the migration.

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

#### Property Value

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

## See Also

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


## Related topics

- [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.DocumentMigrationItem](/en/api/reference/webapi/SuperOffice.WebApi.Data.DocumentMigrationItem.md)
- [SuperOffice.WebApi.Data.DocumentTemplateMigrationList](/en/api/reference/webapi/SuperOffice.WebApi.Data.DocumentTemplateMigrationList.md)
- [SuperOffice.WebApi.Data.DocumentMigrationAssociate](/en/api/reference/webapi/SuperOffice.WebApi.Data.DocumentMigrationAssociate.md)
- [SuperOffice.WebApi.Data.DocumentMigration GetForAllDocumentsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.DocumentMigration_GetForAllDocumentsRequest.md)
