A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Enum AncestorLoaderRule

Specifies how ancestors are loaded.

Namespace: EPiServer.Web.Routing
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public enum AncestorLoaderRule

Fields

Name Description
ContentAssetAware

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

Strict

Will strictly follow the structure regardless of for example ContentAssetFolder.

Extension Methods