Show / Hide Table of Contents

Class ContentTypeController

Inheritance
object
ContentTypeController
Implements
IContentTypeController
Inherited Members
object.ToString()
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 ContentTypeController : IContentTypeController

Constructors

ContentTypeController()

Declaration
public ContentTypeController()

ContentTypeController(IDataService)

Declaration
public ContentTypeController(IDataService dataService)
Parameters
Type Name Description
IDataService dataService

Methods

AddContentType(ContentType)

Declaration
public int AddContentType(ContentType contentType)
Parameters
Type Name Description
ContentType contentType
Returns
Type Description
int

ClearContentTypeCache()

Declaration
public void ClearContentTypeCache()

DeleteContentType(ContentType)

Declaration
public void DeleteContentType(ContentType contentType)
Parameters
Type Name Description
ContentType contentType

GetContentTypes()

Declaration
public IQueryable<ContentType> GetContentTypes()
Returns
Type Description
IQueryable<ContentType>

UpdateContentType(ContentType)

Declaration
public void UpdateContentType(ContentType contentType)
Parameters
Type Name Description
ContentType contentType

Implements

IContentTypeController

Extension Methods

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