Show / Hide Table of Contents

Class ContentType

Inheritance
object
ContentTypeMemberNameFixer
ContentType
Implements
IHydratable
Inherited Members
ContentTypeMemberNameFixer.ContentType
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 ContentType : ContentTypeMemberNameFixer, IHydratable

Constructors

ContentType()

Declaration
public ContentType()

ContentType(string)

Declaration
public ContentType(string contentType)
Parameters
Type Name Description
string contentType

Properties

ContentTypeId

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

DesktopModule

Declaration
public static ContentType DesktopModule { get; }
Property Value
Type Description
ContentType

KeyID

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

Module

Declaration
public static ContentType Module { get; }
Property Value
Type Description
ContentType

Tab

Declaration
public static ContentType Tab { get; }
Property Value
Type Description
ContentType

Methods

Fill(IDataReader)

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

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Implements

IHydratable

Extension Methods

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