Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class CatalogHasChildrenEvaluator

Inheritance
System.Object
CatalogHasChildrenEvaluator
Implements
EPiServer.Cms.Shell.UI.Rest.Models.Transforms.Internal.IHasChildrenEvaluator
Namespace: EPiServer.Commerce.Shell.Rest
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class CatalogHasChildrenEvaluator : Object, IHasChildrenEvaluator

Constructors

CatalogHasChildrenEvaluator(IContentProviderManager, CatalogContentStructureProvider)

Declaration
public CatalogHasChildrenEvaluator(IContentProviderManager contentProviderManager, CatalogContentStructureProvider catalogStructureProvider)
Parameters
Type Name Description
EPiServer.Core.IContentProviderManager contentProviderManager
CatalogContentStructureProvider catalogStructureProvider

Properties

Rank

Declaration
public int Rank { get; }
Property Value
Type Description
System.Int32

Methods

CanExecute(IContent, IModelTransformContext)

Declaration
public bool CanExecute(IContent content, IModelTransformContext context)
Parameters
Type Name Description
EPiServer.Core.IContent content
EPiServer.Cms.Shell.UI.Rest.Models.Transforms.IModelTransformContext context
Returns
Type Description
System.Boolean

Execute(IContent, IEnumerable<String>, Boolean, IModelTransformContext)

Declaration
public virtual bool Execute(IContent parentContent, IEnumerable<string> typeIdentifiers, bool allLanguages, IModelTransformContext context)
Parameters
Type Name Description
EPiServer.Core.IContent parentContent
System.Collections.Generic.IEnumerable<System.String> typeIdentifiers
System.Boolean allLanguages
EPiServer.Cms.Shell.UI.Rest.Models.Transforms.IModelTransformContext context
Returns
Type Description
System.Boolean

Implements

EPiServer.Cms.Shell.UI.Rest.Models.Transforms.Internal.IHasChildrenEvaluator