Show / Hide Table of Contents

Class ContentItem

Inheritance
object
BaseEntityInfo
ContentItem
DesktopModuleInfo
ModuleInfo
TabInfo
Implements
IHydratable
Inherited Members
BaseEntityInfo.CreatedByUser(int)
BaseEntityInfo.LastModifiedByUser(int)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Content
Assembly: DotNetNuke.dll
Syntax
public class ContentItem : BaseEntityInfo, IHydratable

Constructors

ContentItem()

Declaration
public ContentItem()

Properties

Content

Declaration
public string Content { get; set; }
Property Value
Type Description
string

ContentItemId

Declaration
[ScriptIgnore]
public int ContentItemId { get; set; }
Property Value
Type Description
int

ContentKey

Declaration
public string ContentKey { get; set; }
Property Value
Type Description
string

ContentTitle

Declaration
public string ContentTitle { get; set; }
Property Value
Type Description
string

ContentTypeId

Declaration
[ScriptIgnore]
public int ContentTypeId { get; set; }
Property Value
Type Description
int

Files

Declaration
[ScriptIgnore]
public List<IFileInfo> Files { get; }
Property Value
Type Description
List<IFileInfo>

Images

Declaration
[ScriptIgnore]
public List<IFileInfo> Images { get; }
Property Value
Type Description
List<IFileInfo>

Indexed

Declaration
[ScriptIgnore]
public bool Indexed { get; set; }
Property Value
Type Description
bool

KeyID

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

Metadata

Declaration
[ScriptIgnore]
public NameValueCollection Metadata { get; }
Property Value
Type Description
NameValueCollection

ModuleID

Declaration
public int ModuleID { get; set; }
Property Value
Type Description
int

StateID

Declaration
public int StateID { get; set; }
Property Value
Type Description
int

TabID

Declaration
public int TabID { get; set; }
Property Value
Type Description
int

Terms

Declaration
[ScriptIgnore]
public List<Term> Terms { get; }
Property Value
Type Description
List<Term>

Videos

Declaration
[ScriptIgnore]
public List<IFileInfo> Videos { get; }
Property Value
Type Description
List<IFileInfo>

Methods

Clone(ContentItem, ContentItem)

Declaration
protected void Clone(ContentItem cloneItem, ContentItem originalItem)
Parameters
Type Name Description
ContentItem cloneItem
ContentItem originalItem

Fill(IDataReader)

Declaration
public virtual void Fill(IDataReader dr)
Parameters
Type Name Description
IDataReader dr

FillInternal(IDataReader)

Declaration
protected override void FillInternal(IDataReader dr)
Parameters
Type Name Description
IDataReader dr
Overrides
BaseEntityInfo.FillInternal(IDataReader)

Implements

IHydratable

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS