SaaS CMS has officially launched! Learn more now.

Class ContentReferenceModel

Inheritance
System.Object
ContentReferenceModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Cms.Shell.UI.Rest.Models
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
public class ContentReferenceModel

Constructors

ContentReferenceModel()

Declaration
public ContentReferenceModel()

Properties

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

Language

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

Name

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

TreePath

Declaration
public IEnumerable<string> TreePath { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.String>

TypeIdentifier

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

Uri

Declaration
public Uri Uri { get; set; }
Property Value
Type Description
System.Uri

Extension Methods