Skip to main content
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.

Constructors

NSArchiveListResult()

Initializes a new instance of the NSArchiveListResult class.

Methods

GetRowCount()

Returns: CRMScript.Global.Integer - 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.
Example:

GetRows()

Returns: CRMScript.NetServer.NSArchiveListItem[] - The actual rows, according to the paging info, of the result.
See RowCount for a paging-independent count estimate
Example:

SetRowCount(Integer)

Returns: CRMScript.Global.Void
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
Example:

SetRows(NSArchiveListItem[])

Returns: CRMScript.Global.Void
See RowCount for a paging-independent count estimate
Example: