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 ReferenceType

Represents different types of references that can exist between a page and other pages, images, and external references.

Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public enum ReferenceType

Fields

Name Description
ExternalReference

The reference is linking to an external resource.

ImageReference

The reference is linking to an image.

PageLinkReference

The reference is linking to a page.

UnknownReference

The reference is linking to an unknown target.

Extension Methods