Skip to main content

Class ExportArchiveResult

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

Inheritance

objectCarrierExportArchiveResult

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

ExportArchiveResult()

Default constructor - defaults any enum props to 0.

Properties

BatchTaskId

Id of the BatchTask created. <=0 if no BatchTask was created.

Property Value

int

FileName

The path to the output file created, if it exists. Will be an empty string if no file was created.

Property Value

string

Message

Descriptive messages; errors, etc.

Property Value

string

See Also

ArchiveAgent