IList<GiftCertificate> LoadForStatus( GiftCertificateStatus status, int maximumRows, int startRowIndex, string sortExpression )
Parameters
- status
- The status filter to apply to the gift certificate results - active, inactive, or all
- maximumRows
- Maximum number of rows to retrieve
- startRowIndex
- Starting index from where to start retrieving
- sortExpression
- Sort expression to use for sorting the loaded products
Return Value
A collection of gift certificates matching the status filter.