Class ReferenceInformation
Represents a Content reference including language.
Inheritance
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class ReferenceInformation : Object
Constructors
ReferenceInformation()
Declaration
public ReferenceInformation()
Properties
OwnerID
Gets or sets the content link.
Declaration
public ContentReference OwnerID { get; set; }
Property Value
Type | Description |
---|---|
Content |
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. |
The language branch. |
OwnerName
Gets or sets the content link.
Declaration
public string OwnerName { get; set; }
Property Value
Type | Description |
---|---|
System. |
The content link. |
ReferencedID
Gets or sets the content link.
Declaration
public ContentReference ReferencedID { get; set; }
Property Value
Type | Description |
---|---|
Content |
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. |
The language branch. |
ReferencedName
Gets or sets the content link.
Declaration
public string ReferencedName { get; set; }
Property Value
Type | Description |
---|---|
System. |
The content link. |
ReferenceType
Gets or sets the type of the reference.
Declaration
public int ReferenceType { get; set; }
Property Value
Type | Description |
---|---|
System. |
The type of the reference. |
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System. |
obj | The System. |
Returns
Type | Description |
---|---|
System. |
|
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System. |
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. |