SaaS CMS has officially launched! Learn more now.

Class ReferenceType

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

Inheritance
System.Object
ReferenceType
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public sealed class ReferenceType : Enum

Fields

ExternalReference

The reference is linking to an external resource.

Declaration
public const ReferenceType ExternalReference
Field Value
Type Description
ReferenceType

ImageReference

The reference is linking to an image.

Declaration
public const ReferenceType ImageReference
Field Value
Type Description
ReferenceType

PageLinkReference

The reference is linking to a page.

Declaration
public const ReferenceType PageLinkReference
Field Value
Type Description
ReferenceType

UnknownReference

The reference is linking to an unknown target.

Declaration
public const ReferenceType UnknownReference
Field Value
Type Description
ReferenceType

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Extension Methods