Gets or sets the content type id.

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

Syntax

C#
[XmlIgnoreAttribute]
[ScriptIgnoreAttribute]
public int ContentTypeId { get; set; }
Visual Basic
<XmlIgnoreAttribute> 
<ScriptIgnoreAttribute> 
Public Property ContentTypeId As Integer
	Get
	Set

Field Value

The content type id.

See Also