SaaS CMS has officially launched! Learn more now.

Class CatalogRowExtensions

Inheritance
System.Object
CatalogRowExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Catalog.Dto
Assembly: EPiServer.Business.Commerce.dll
Version: 11.8.3
Syntax
public static class CatalogRowExtensions

Methods

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

true if the specified catalog row is available; otherwise, false.