SaaS CMS has officially launched! Learn more now.

Class AncestorLoaderRule

Specifies how ancestors are loaded.

Inheritance
System.Object
AncestorLoaderRule
Namespace: EPiServer.Web.Routing
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public sealed class AncestorLoaderRule : Enum

Fields

ContentAssetAware

Will when it gets to a ContentAssetFolder continue with the owning IContent

Declaration
public const AncestorLoaderRule ContentAssetAware
Field Value
Type Description
AncestorLoaderRule

Strict

Will strictly follow the structure regardless of for example ContentAssetFolder.

Declaration
public const AncestorLoaderRule Strict
Field Value
Type Description
AncestorLoaderRule

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Extension Methods