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 ContentDataStoreModelBase

Inheritance
System.Object
ContentDataStoreModelBase
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 ContentDataStoreModelBase

Constructors

ContentDataStoreModelBase()

Declaration
public ContentDataStoreModelBase()

Properties

AccessMask

Declaration
public AccessLevel AccessMask { get; set; }
Property Value
Type Description
AccessLevel

AccessRights

Declaration
public AccessLevel AccessRights { get; set; }
Property Value
Type Description
AccessLevel
Declaration
public ContentReference AssetsFolderLink { get; set; }
Property Value
Type Description
ContentReference

Capabilities

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

Changed

Declaration
public DateTime Changed { get; set; }
Property Value
Type Description
System.DateTime

ChangedBy

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

ContentGuid

Declaration
public Guid ContentGuid { get; set; }
Property Value
Type Description
System.Guid
Declaration
public ContentReference ContentLink { get; set; }
Property Value
Type Description
ContentReference

ContentType

Declaration
public virtual ContentType ContentType { get; set; }
Property Value
Type Description
ContentType

ContentTypeID

Declaration
public int ContentTypeID { get; set; }
Property Value
Type Description
System.Int32

ContentTypeName

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

Created

Declaration
public DateTime Created { get; set; }
Property Value
Type Description
System.DateTime

CreatedBy

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

CurrentLanguageBranch

Declaration
public ContentLanguageBranchModel CurrentLanguageBranch { get; set; }
Property Value
Type Description
ContentLanguageBranchModel

Deleted

Declaration
public DateTime? Deleted { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

DeletedBy

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

DownloadUrl

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

HasTemplate

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

InUseNotifications

Declaration
public IEnumerable<InUseNotificationViewModel> InUseNotifications { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<InUseNotificationViewModel>

IsDeleted

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

Name

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

OwnerTypeIdentifier

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

PreviewUrl

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

Properties

Declaration
public PropertyDictionary Properties { get; set; }
Property Value
Type Description
PropertyDictionary

ProviderCapabilityMask

Declaration
public ContentProviderCapabilities ProviderCapabilityMask { get; set; }
Property Value
Type Description
ContentProviderCapabilities

PublicUrl

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

Saved

Declaration
public DateTime Saved { get; set; }
Property Value
Type Description
System.DateTime

Status

Declaration
public ExtendedVersionStatus Status { get; set; }
Property Value
Type Description
ExtendedVersionStatus

TypeIdentifier

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

Uri

Declaration
public Uri Uri { get; set; }
Property Value
Type Description
System.Uri

Extension Methods