Class CatalogRowExtensions
Inheritance
System.Object
    CatalogRowExtensions
  Namespace: Mediachase.Commerce.Catalog.Dto
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0Syntax
public static class CatalogRowExtensions : ObjectMethods
IsAvailable(CatalogDto.CatalogRow)
Determines whether the specified catalog row is available (is active, startdate and enddate are correct)
Declaration
public static bool IsAvailable(this CatalogDto.CatalogRow catalogRow)Parameters
| Type | Name | Description | 
|---|---|---|
| CatalogDto.CatalogRow | catalogRow | The catalog row. | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
 | 
