Skip to main content

Class ArchiveListResult

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ArchiveListResult. Header/Detail variant of archive result, with a Row Count plus the actual rows. Future extensions may include other header data on the same level as the RowCount

Inheritance

objectCarrierArchiveListResult

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

ArchiveListResult()

Default constructor - defaults any enum props to 0.

Properties

RowCount

Count of rows, independent of paging. If you order up page 1 with page size 50, the row count may still be 279, that being the number of rows that would have been returned in a paging-off situation

Property Value

int

Rows

The actual rows, according to the paging info, of the result. See RowCount for a paging-independent count estimate

Property Value

ArchiveListItem[]

See Also

ArchiveAgent