Class ContentInfo
Defines the CMS content information.
Inheritance
System.Object
ContentInfo
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: Quark.CMSAdapters.Core.Data
Assembly: Quark.CMSAdapters.Core.dll
Syntax
public class ContentInfo
Properties
CheckedOutBy
Gets or sets the checked out by.
Declaration
public string CheckedOutBy { get; set; }
Property Value
Type | Description |
---|---|
System.String | The checked out by. |
CheckedOutStatusIcon
Gets or sets the checked out status icon.
Declaration
public ImageSource CheckedOutStatusIcon { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.ImageSource | The checked out status icon. |
ContentType
Gets or sets the type of the content.
Declaration
public ContentTypes ContentType { get; set; }
Property Value
Type | Description |
---|---|
ContentTypes | The type of the content. |
FolderPath
Gets or sets the folder path.
Declaration
public string FolderPath { get; set; }
Property Value
Type | Description |
---|---|
System.String | The folder path. |
Icon
Gets or sets the icon.
Declaration
public ImageSource Icon { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.ImageSource | The icon. |
LastModified
Gets or sets the last modified.
Declaration
public string LastModified { get; set; }
Property Value
Type | Description |
---|---|
System.String | The last modified. |
LastModifiedBy
Gets or sets the last modified by.
Declaration
public string LastModifiedBy { get; set; }
Property Value
Type | Description |
---|---|
System.String | The last modified by. |
Name
Gets or sets the name of the CMS asset.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Status
Gets or sets the status.
Declaration
public Color? Status { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Windows.Media.Color> | The status. |
Type
Gets or sets the type as defined by CMS e.g Business Document, Image etc.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type. |
Urn
Gets or sets the urn of the CMS asset.
Declaration
public string Urn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The urn. |
Version
Gets or sets the version.
Declaration
public string Version { get; set; }
Property Value
Type | Description |
---|---|
System.String | The version. |