Class EditContentData
Inheritance
System.Object
EditContentData
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()
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
EditContentData(IContentRepository, LocalizationService)
Declaration
public EditContentData(IContentRepository contentRepository, LocalizationService localizationService)
Parameters
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
Returns
Type |
Description |
System.Boolean |
|
Equals(ContentReference, String)
Declaration
public bool Equals(ContentReference itemToCompare, string language)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Implements
Extension Methods