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.7Syntax
public class ContentReferenceModel
Constructors
ContentReferenceModel()
Declaration
public ContentReferenceModel()
Properties
ContentLink
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 |