Interface IRoutableEvaluator
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Determines if a content instance is routable given state and context
Namespace: EPiServer.Web.Internal
Assembly: EPiServer.dll
Version: 10.10.4Syntax
public interface IRoutableEvaluator
Methods
IsRoutable(IContent)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Determines if specified content is routable in current context.
Declaration
bool IsRoutable(IContent content)
Parameters
Type | Name | Description |
---|---|---|
IContent | content | The content item |
Returns
Type | Description |
---|---|
System.Boolean | true if content is routable else false |