Interface IHasChildrenEvaluator
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
public interface IHasChildrenEvaluator
Properties
Declaration
Property Value
| Type |
Description |
| System.Int32 |
|
Methods
CanExecute(IContent, IModelTransformContext)
Declaration
bool CanExecute(IContent content, IModelTransformContext context)
Parameters
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