SaaS CMS has officially launched! Learn more now.

Interface IRoutableEvaluator

Determines if a content instance is routable given state and context

Namespace: EPiServer.Web.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public interface IRoutableEvaluator

Methods

IsRoutable(IContent)

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

Extension Methods