SaaS CMS has officially launched! Learn more now.

Interface IHasChildrenEvaluator

Namespace: EPiServer.Cms.Shell.UI.Rest.Models.Transforms.Internal
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
public interface IHasChildrenEvaluator

Properties

Rank

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

Methods

CanExecute(IContent, IModelTransformContext)

Declaration
bool CanExecute(IContent content, IModelTransformContext context)
Parameters
Type Name Description
IContent content
IModelTransformContext context
Returns
Type Description
System.Boolean

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

Declaration
bool Execute(IContent content, IEnumerable<string> typeIdentifiers, bool allLanguages, IModelTransformContext context)
Parameters
Type Name Description
IContent content
System.Collections.Generic.IEnumerable<System.String> typeIdentifiers
System.Boolean allLanguages
IModelTransformContext context
Returns
Type Description
System.Boolean

Extension Methods