Gets or sets the content type id.

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

Syntax

C#
public int ContentTypeId { get; set; }
Visual Basic
Public Property ContentTypeId As Integer
	Get
	Set

Field Value

The content type id.

See Also