Method IsEmpty
IsEmpty()
Check if the catalog is empty. A catalog is considered empty when it contains no products with valid IDs.
Declaration
public bool IsEmpty()
Returns
Type | Description |
---|---|
bool | A boolean representing whether or not the catalog is empty. |