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()
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
AccessRights
Declaration
public AccessLevel AccessRights { get; set; }
Property Value
AssetsFolderLink
Declaration
public ContentReference AssetsFolderLink { get; set; }
Property Value
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 |
|
ContentLink
Declaration
public ContentReference ContentLink { get; set; }
Property Value
ContentType
Declaration
public virtual ContentType ContentType { get; set; }
Property Value
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
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
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 |
|
OwnerContentLink
Declaration
public ContentReference OwnerContentLink { get; set; }
Property Value
OwnerTypeIdentifier
Declaration
public string OwnerTypeIdentifier { get; set; }
Property Value
Type |
Description |
System.String |
|
ParentLink
Declaration
public ContentReference ParentLink { get; set; }
Property Value
PermanentLink
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
ProviderCapabilityMask
Declaration
public ContentProviderCapabilities ProviderCapabilityMask { get; set; }
Property Value
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
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