Class ContentType
Assembly: DotNetNuke.dll
Syntax
public class ContentType : ContentTypeMemberNameFixer, IHydratable
Constructors
ContentType()
Declaration
ContentType(string)
Declaration
public ContentType(string contentType)
Parameters
Type |
Name |
Description |
string |
contentType |
|
Properties
ContentTypeId
Declaration
public int ContentTypeId { get; set; }
Property Value
DesktopModule
Declaration
public static ContentType DesktopModule { get; }
Property Value
KeyID
Declaration
public int KeyID { get; set; }
Property Value
Module
Declaration
public static ContentType Module { get; }
Property Value
Tab
Declaration
public static ContentType Tab { get; }
Property Value
Methods
Fill(IDataReader)
Declaration
public void Fill(IDataReader dr)
Parameters
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods