Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ContentDataContext

Inheritance
System.Object
ContentDataContext
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.Internal
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
public class ContentDataContext : ClientContextBase

Constructors

ContentDataContext()

Declaration
public ContentDataContext()

Properties

Capabilities

Declaration
public Dictionary<string, bool> Capabilities { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Boolean>

CustomViewType

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

DataType

Declaration
public override string DataType { get; set; }
Property Value
Type Description
System.String
Overrides

EditablePreviewUrl

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

FullHomeUrl

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

HasSiteChanged

Declaration
public bool HasSiteChanged { get; set; }
Property Value
Type Description
System.Boolean

HasTemplate

Declaration
public bool HasTemplate { get; set; }
Property Value
Type Description
System.Boolean

Language

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

LanguageContext

Declaration
public ContentLanguageInformation LanguageContext { get; set; }
Property Value
Type Description
ContentLanguageInformation
Declaration
public ContentReference ParentLink { get; set; }
Property Value
Type Description
ContentReference

PublicUrl

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

VersionedUrl

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

Extension Methods