Content type of a content item.

Namespace: DotNetNuke.Entities.Content
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[SerializableAttribute]
public class ContentType : ContentTypeMemberNameFixer, 
	IHydratable
Visual Basic
<SerializableAttribute>
Public Class ContentType
	Inherits ContentTypeMemberNameFixer
	Implements IHydratable

Remarks

Content Types, simply put, are a way of telling the framework what module/functionality is associated with a Content Item. Each product (ie. module) that wishes to allow categorization of data (via Taxonomy or Folksonomy) for it's content items will likely need to create its own content type.

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Entities.Content..::..ContentTypeMemberNameFixer
    DotNetNuke.Entities.Content..::..ContentType

See Also