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 |
---|---|
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 |
|
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. |