Try our conversational search powered by Generative AI!

Class ReferenceInformation

Represents a Content reference including language.

Inheritance
System.Object
ReferenceInformation
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public class ReferenceInformation

Constructors

ReferenceInformation()

Declaration
public ReferenceInformation()

Properties

OwnerID

Gets or sets the content link.

Declaration
public ContentReference OwnerID { get; set; }
Property Value
Type Description
ContentReference

The content link.

OwnerLanguage

Gets or sets the language branch for the page in use.

Declaration
public CultureInfo OwnerLanguage { get; set; }
Property Value
Type Description
System.Globalization.CultureInfo

The language branch.

OwnerName

Gets or sets the content link.

Declaration
public string OwnerName { get; set; }
Property Value
Type Description
System.String

The content link.

ReferencedID

Gets or sets the content link.

Declaration
public ContentReference ReferencedID { get; set; }
Property Value
Type Description
ContentReference

The content link.

ReferencedLanguage

Gets or sets the language branch for the page in use.

Declaration
public CultureInfo ReferencedLanguage { get; set; }
Property Value
Type Description
System.Globalization.CultureInfo

The language branch.

ReferencedName

Gets or sets the content link.

Declaration
public string ReferencedName { get; set; }
Property Value
Type Description
System.String

The content link.

ReferenceType

Gets or sets the type of the reference.

Declaration
public int ReferenceType { get; set; }
Property Value
Type Description
System.Int32

The type of the reference.

Methods

Equals(Object)

Determines whether the specified System.Object is equal to this instance.

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj

The System.Object to compare with this instance.

Returns
Type Description
System.Boolean

true if the specified System.Object is equal to this instance; otherwise, false.

Overrides
System.Object.Equals(System.Object)

GetHashCode()

Returns a hash code for this instance.

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32

A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

Overrides
System.Object.GetHashCode()

Extension Methods