## Package: dw.catalog

# Class SortingRule

## Inheritance Hierarchy

- Object
  - dw.object.PersistentObject
  - dw.catalog.SortingRule

## Description

Represents a product sorting rule for use with the ProductSearchModel.

## Properties

### ID

**Type:** String (Read Only)

The ID of the sorting rule.

## Constructor Summary

## Method Summary

### getID

**Signature:** `getID() : String`

Returns the ID of the sorting rule.

## Method Detail

## Method Details

### getID

**Signature:** `getID() : String`

**Description:** Returns the ID of the sorting rule.

**Returns:**

sorting rule ID

---