London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Enum AncestorLoaderRule

Specifies how ancestors are loaded.

Namespace: EPiServer.Web.Routing
Assembly: EPiServer.dll
Version: 10.10.4
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