Skip to main content

Class DocumentMigrationItemList

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for DocumentMigrationItemList.

Inheritance

objectDocumentMigrationItemList

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

DocumentMigrationItemList()

Default constructor - defaults any enum props to 0.

Properties

Associates

List of associates whose documents will be migrated.

Property Value

DocumentMigrationAssociate[]

Documents

List of documents to be migrated.

Property Value

DocumentMigrationItem[]

NumDocumentsAlreadyMigrated

Documents already migrated to the requested documentplugin.

Property Value

int

NumDocumentsOmitted

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

Property Value

int

See Also

DocumentMigrationAgent