SaaS CMS has officially launched! Learn more now.

Class EditContentData

Inheritance
System.Object
EditContentData
Implements
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.Workspace.Models
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
[Obsolete("This class has been obsoleted and will be removed in the next major release.")]
[EPiServerDataStore(AutomaticallyRemapStore = true, AutomaticallyCreateStore = true)]
public class EditContentData : ChangeBase, IDynamicData

Constructors

EditContentData()

Declaration
public EditContentData()

EditContentData(IContentRepository, LocalizationService)

Declaration
public EditContentData(IContentRepository contentRepository, LocalizationService localizationService)
Parameters
Type Name Description
IContentRepository contentRepository
LocalizationService localizationService

Properties

ContentReference

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

Language

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

Title

Declaration
[EPiServerIgnoreDataMember]
public override string Title { get; }
Property Value
Type Description
System.String
Overrides

Url

Declaration
[EPiServerIgnoreDataMember]
public string Url { get; }
Property Value
Type Description
System.String

Methods

Equals(ContentReference)

Declaration
public bool Equals(ContentReference itemToCompare)
Parameters
Type Name Description
ContentReference itemToCompare
Returns
Type Description
System.Boolean

Equals(ContentReference, String)

Declaration
public bool Equals(ContentReference itemToCompare, string language)
Parameters
Type Name Description
ContentReference itemToCompare
System.String language
Returns
Type Description
System.Boolean

Implements

Extension Methods