DotNetNuke.Entities.Content.ContentType

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

Syntax

C#
public ContentType(
	string contentType
)
Visual Basic
Public Sub New ( 
	contentType As String
)

Parameters

contentType
Type: System..::..String
paramcontentTypeM:DotNetNuke.Entities.Content.ContentType.#ctor(System.String)

See Also