Class ContentDataStoreModel
Inheritance
System.Object
ContentDataStoreModel
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
public class ContentDataStoreModel : ContentDataStoreModelBase
Constructors
ContentDataStoreModel()
Declaration
public ContentDataStoreModel()
Properties
EditablePreviewUrl
Declaration
public string EditablePreviewUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
ExistingLanguageBranches
Declaration
public IEnumerable<ContentLanguageBranchModel> ExistingLanguageBranches { get; set; }
Property Value
IsCommonDraft
Declaration
public bool IsCommonDraft { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsMasterVersion
Declaration
public bool IsMasterVersion { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsNewVersionRequired
Declaration
public bool IsNewVersionRequired { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPartOfAnotherProject
Declaration
public bool IsPartOfAnotherProject { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPendingPublish
Declaration
public bool IsPendingPublish { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LastPublished
Declaration
public DateTime LastPublished { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
PublishedBy
Declaration
public string PublishedBy { get; set; }
Property Value
Type |
Description |
System.String |
|
Transitions
Declaration
public IEnumerable<IStatusTransition> Transitions { get; set; }
Property Value
VersionCreatedBy
Declaration
public string VersionCreatedBy { get; set; }
Property Value
Type |
Description |
System.String |
|
VersionCreatedTime
Declaration
public DateTime VersionCreatedTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
VisibleToEveryOne
Declaration
public bool VisibleToEveryOne { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Extension Methods