Updates the type of the content.

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

Syntax

C#
public void UpdateContentType(
	ContentType contentType
)
Visual Basic
Public Sub UpdateContentType ( 
	contentType As ContentType
)

Parameters

contentType
Type: DotNetNuke.Entities.Content..::..ContentType
Type of the content.

Implements

IDataService..::..UpdateContentType(ContentType)

See Also