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.3Syntax
public sealed class ReferenceType : EnumFields
ExternalReference
The reference is linking to an external resource.
Declaration
public const ReferenceType ExternalReferenceField Value
| Type | Description | 
|---|---|
| ReferenceType | 
ImageReference
The reference is linking to an image.
Declaration
public const ReferenceType ImageReferenceField Value
| Type | Description | 
|---|---|
| ReferenceType | 
PageLinkReference
The reference is linking to a page.
Declaration
public const ReferenceType PageLinkReferenceField Value
| Type | Description | 
|---|---|
| ReferenceType | 
UnknownReference
The reference is linking to an unknown target.
Declaration
public const ReferenceType UnknownReferenceField Value
| Type | Description | 
|---|---|
| ReferenceType | 
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
