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 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()
Namespace: EPiServer.Cms.Shell.UI.Rest.Models
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
Type Description
System.Collections.Generic.IEnumerable<ContentLanguageBranchModel>

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
Type Description
System.Collections.Generic.IEnumerable<IStatusTransition>

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