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: 12.17.2Syntax
[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 |
|