SaaS CMS has officially launched! Learn more now.

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: 11.8.3
Syntax
[Obsolete("This class is no longer used. Use content APIs instead. Will remain at least until February 2019.")]
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.