Skip to main content

Class ArchiveConfiguration

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ArchiveConfiguration. This service is used to store and fetch the configuration of an archive. The configuration consists of entities and columns; entities correspond to archive provider entities and the checkboxes you see in the bottom of standard archives. Column configuration includes both what columns should be visible, what order they are in (left to right), and whether the archive rows should be sorted by one or more columns.<para/>Note that desired columns can be set through the selectable mdo list called archiveColumns:&lt;perovider name&gt;, and entities can be set through the selectable mdo list archiveEntities:&lt;provider name&gt;. You can also use the SetChosenEntities and SetChosenColumns method of this service. The selectable mdo list implementation is suitable for data binding using mdo list controls.

Inheritance

objectCarrierArchiveConfiguration

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

ArchiveConfiguration()

Default constructor - defaults any enum props to 0.

Properties

ArchiveColumnInfo

Property Value

ArchiveColumnInfo[]

ArchiveEntityInfo

Property Value

SelectableMDOListItem[]

ArchiveOrderByInfo

Property Value

ArchiveOrderByInfo[]

OwnerKeys

The actual ownership information for the configuration that was retrieved

Property Value

string

See Also

ArchiveAgent