Try our conversational search powered by Generative AI!

Enum PermanentLinkMapStore.StorePreference

Indicate search order when resolving a permanent link / GUID into a mapped representation

Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 9.12.2
Syntax
[Obsolete("This method only supports Virtual Path Providers which are no longer used since 8.0 - use override that do not take StorePreference instead")]
public enum StorePreference

Fields

Name Description
File

Indicates a preference for searching file resolvers first.

Page

Indicates a preference for searching page resolvers first.

Extension Methods