Class ContentReference
Contains information to reference Content
Implements
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class ContentReference : Object, IComparable, IReadOnly<ContentReference>, IReadOnly, IComparable<ContentReference>, IEquatable<ContentReference>
Constructors
ContentReference()
Initializes a new instance of the Content
Declaration
public ContentReference()
ContentReference(Int32)
Initialize a new Content
Declaration
public ContentReference(int contentID)
Parameters
Type | Name | Description |
---|---|---|
System. |
contentID | The content ID. |
ContentReference(Int32, Boolean)
Initialize a new Content
Declaration
public ContentReference(int contentID, bool getPublishedOrLatest)
Parameters
Type | Name | Description |
---|---|---|
System. |
contentID | The content id to set |
System. |
getPublishedOrLatest | If the most recently saved should be loaded if no version is published. |
ContentReference(Int32, Int32)
Initialize a new Content
Declaration
public ContentReference(int contentID, int versionID)
Parameters
Type | Name | Description |
---|---|---|
System. |
contentID | The content ID. |
System. |
versionID | The version ID. |
ContentReference(Int32, Int32, String)
Initialize a new Content
Declaration
public ContentReference(int contentID, int versionID, string providerName)
Parameters
Type | Name | Description |
---|---|---|
System. |
contentID | The content id to set |
System. |
versionID | The version to set |
System. |
providerName | The name of the provider |
ContentReference(Int32, Int32, String, Boolean)
Initialize a new Content
Declaration
public ContentReference(int contentID, int versionID, string providerName, bool getPublishedOrLatest)
Parameters
Type | Name | Description |
---|---|---|
System. |
contentID | The content ID to set. |
System. |
versionID | The version ID to set. |
System. |
providerName | Name of the provider. |
System. |
getPublishedOrLatest | This parameter is not used, see remarks |
ContentReference(Int32, String)
Initialize a new Content
Declaration
public ContentReference(int contentID, string providerName)
Parameters
Type | Name | Description |
---|---|---|
System. |
contentID | The content id to set |
System. |
providerName | Name of the provider. |
ContentReference(String)
Initialize a new Content
Declaration
public ContentReference(string complexReference)
Parameters
Type | Name | Description |
---|---|---|
System. |
complexReference | The string containing content information |
Exceptions
Type | Condition |
---|---|
EPi |
Thrown if the string cannot be parsed as a valid ContentReference. |
Fields
EmptyReference
Returns an empty Content
Declaration
public static readonly ContentReference EmptyReference
Field Value
Type | Description |
---|---|
Content |
SelfReference
Returns a Content
Declaration
public static readonly ContentReference SelfReference
Field Value
Type | Description |
---|---|
Content |
Properties
GetPublishedOrLatest
Indicates if the Content
Declaration
public bool GetPublishedOrLatest { get; }
Property Value
Type | Description |
---|---|
System. |
|
Remarks
This property only returns true
if the Content
When a Contenttrue
is passed to IContent
If GetPublishedOrLatest is set to true
, any value assigned to Work
GlobalBlockFolder
Gets or sets the global block folder.
Declaration
public static ContentReference GlobalBlockFolder { get; set; }
Property Value
Type | Description |
---|---|
Content |
ID
The id number of a Content
Declaration
public int ID { get; set; }
Property Value
Type | Description |
---|---|
System. |
Remarks
The content ID is a database assigned number and the only function is to provide a unique identification of a content instance within the current site.
IsExternalProvider
Check if this reference is towards an external content provider.
Declaration
public bool IsExternalProvider { get; }
Property Value
Type | Description |
---|---|
System. |
True if it is a content provider. |
Remarks
A ContentReference can point to an external provider as indicated by the Provider
IsReadOnly
Indicates if the Content
Declaration
public bool IsReadOnly { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
ProviderName
A string that identifies a a provider that serves the content. For content served by default provider this value is null.
Declaration
public string ProviderName { get; set; }
Property Value
Type | Description |
---|---|
System. |
True if it is a extern reference. |
Remarks
To see if the ContentReference is extern, use the IsExternProvider method rather than looking at the ProviderName.
Exceptions
Type | Condition |
---|---|
System. |
Thrown if the instance is read-only. |
RootPage
Gets a Page
Declaration
public static PageReference RootPage { get; set; }
Property Value
Type | Description |
---|---|
Page |
The root page. |
Remarks
This property is null until the application has been initialized.
SiteBlockFolder
Gets or sets the site specific block folder.
Declaration
public static ContentReference SiteBlockFolder { get; set; }
Property Value
Type | Description |
---|---|
Content |
StartPage
Gets a Page
Declaration
public static PageReference StartPage { get; set; }
Property Value
Type | Description |
---|---|
Page |
WasteBasket
Gets a Page
Declaration
public static PageReference WasteBasket { get; set; }
Property Value
Type | Description |
---|---|
Page |
Remarks
This property is null until the application has been initialized.
WorkID
The version id of a Content
Declaration
public int WorkID { get; set; }
Property Value
Type | Description |
---|---|
System. |
Remarks
This is an internal representation of Content
Methods
CompareTo(ContentReference)
Compares the instance to another provided Content
Declaration
public virtual int CompareTo(ContentReference other)
Parameters
Type | Name | Description |
---|---|---|
Content |
other | The other Content |
Returns
Type | Description |
---|---|
System. |
Zero if both instances are considered equal, Greater than zero if this instance is greater than the provided, Less than zero if the provided instance is greater than this instance. |
CompareTo(Object)
Compares the instance to the given object.
Declaration
public virtual int CompareTo(object x)
Parameters
Type | Name | Description |
---|---|---|
System. |
x | The object to compare against. |
Returns
Type | Description |
---|---|
System. |
Zero if both instances are considered equal, Greater than zero if this instance is greater than the provided, Less than zero if the provided instance is greater than this instance. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown if x is not of type ContentReference. |
CompareToIgnoreWorkID(ContentReference)
Compares two ContentReference but ignores WorkID.
Declaration
public virtual bool CompareToIgnoreWorkID(ContentReference contentReference)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentReference | The content reference. |
Returns
Type | Description |
---|---|
System. |
Will return true if ID and ProviderName are the same, otherwise false. |
Copy()
Creates a copy of current instance
Declaration
public ContentReference Copy()
Returns
Type | Description |
---|---|
Content |
A copy |
CreateWritableClone()
Creates a writable copy of the current Content
Declaration
public ContentReference CreateWritableClone()
Returns
Type | Description |
---|---|
Content |
A writable copy of the current Content |
Equals(ContentReference)
Indicates whether the current Content
Declaration
public virtual bool Equals(ContentReference other)
Parameters
Type | Name | Description |
---|---|---|
Content |
other | A Content |
Returns
Type | Description |
---|---|
System. |
true if the current object is equal to the |
Equals(ContentReference, Boolean)
Indicates whether the current Content
Declaration
public virtual bool Equals(ContentReference other, bool ignoreVersion)
Parameters
Type | Name | Description |
---|---|---|
Content |
other | A Content |
System. |
ignoreVersion | Indicates if version information should be excluded from the comparison. |
Returns
Type | Description |
---|---|
System. |
true if the current object is considered equal to the |
Equals(Object)
Returns true if the objects o is equal with the instance of the ContentReference.
Declaration
public override bool Equals(object o)
Parameters
Type | Name | Description |
---|---|---|
System. |
o | The o. |
Returns
Type | Description |
---|---|
System. |
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System. |
A hash code for the current System. |
IsNullOrEmpty(ContentReference)
Determines whether the specified content link is null or empty.
Declaration
public static bool IsNullOrEmpty(ContentReference contentLink)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentLink | The content link. |
Returns
Type | Description |
---|---|
System. |
|
MakeReadOnly()
Changes the Content
Declaration
public virtual void MakeReadOnly()
Remarks
After calling this method, any attempt to modify this instance or any contained object
will generate a System.
Note! After setting an object to read-only it is not possible to revert back to read-write mode. You will have to call the CreateWritableClone method to get a copy that can be modified.
Parse(String)
Parses the specified string to a Content
Declaration
public static ContentReference Parse(string s)
Parameters
Type | Name | Description |
---|---|---|
System. |
s | The string that should be parsed. |
Returns
Type | Description |
---|---|
Content |
A Content |
ThrowIfReadOnly()
Utility method that, when called, throws a System.
Declaration
protected void ThrowIfReadOnly()
Remarks
This method is used internally by other Content
ToString()
Returns a System.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
A System. |
TryParse(String, out ContentReference)
Tries the parse.
Declaration
public static bool TryParse(string complexReference, out ContentReference result)
Parameters
Type | Name | Description |
---|---|---|
System. |
complexReference | The complex reference. |
Content |
result | The result. |
Returns
Type | Description |
---|---|
System. |
Operators
Equality(ContentReference, ContentReference)
Implements the operator ==.
Declaration
public static bool operator ==(ContentReference x, ContentReference y)
Parameters
Type | Name | Description |
---|---|---|
Content |
x | The x. |
Content |
y | The y. |
Returns
Type | Description |
---|---|
System. |
Returns true if x.ID == y.ID and x.WorkID == y.WorkID and x.ProviderName == y.ProviderName otherwise false |
Inequality(ContentReference, ContentReference)
Implements the operator !=.
Declaration
public static bool operator !=(ContentReference x, ContentReference y)
Parameters
Type | Name | Description |
---|---|---|
Content |
x | The x. |
Content |
y | The y. |
Returns
Type | Description |
---|---|
System. |
The result of the operator. |
Explicit Interface Implementations
IReadOnly.CreateWritableClone()
Declaration
object IReadOnly.CreateWritableClone()
Returns
Type | Description |
---|---|
System. |