Class CatalogNodeExtensions

Inheritance
System.Object
CatalogNodeExtensions
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.Objects
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0
Syntax
public static class CatalogNodeExtensions

Methods

IsAvailable(CatalogNode)

Determines whether the specified catalog node is available (is active, startdate and enddate are correct)

Declaration
public static bool IsAvailable(this CatalogNode catalogNode)
Parameters
Type Name Description
CatalogNode catalogNode

The catalog node.

Returns
Type Description
System.Boolean

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