Skip to main content

Class DocumentTemplateMigrationList

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

Inheritance

objectDocumentTemplateMigrationList

Inherited Members

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

Constructors

DocumentTemplateMigrationList()

Default constructor - defaults any enum props to 0.

Properties

NumTemplatesAlreadyMigrated

Total amount of templates already migrated to the requested documentplugin.

Property Value

int

NumTemplatesOmitted

Total amount of templates which has been omitted from the migration.

Property Value

int

TemplateIds

List of IDs for templates to be migrated.

Property Value

int[]

See Also

DocumentMigrationAgent