Class ContentTypeController
Inheritance
ContentTypeController
Assembly: DotNetNuke.dll
Syntax
public class ContentTypeController : IContentTypeController
Constructors
ContentTypeController()
Declaration
public ContentTypeController()
ContentTypeController(IDataService)
Declaration
public ContentTypeController(IDataService dataService)
Parameters
Methods
AddContentType(ContentType)
Declaration
public int AddContentType(ContentType contentType)
Parameters
Returns
ClearContentTypeCache()
Declaration
public void ClearContentTypeCache()
DeleteContentType(ContentType)
Declaration
public void DeleteContentType(ContentType contentType)
Parameters
GetContentTypes()
Declaration
public IQueryable<ContentType> GetContentTypes()
Returns
UpdateContentType(ContentType)
Declaration
public void UpdateContentType(ContentType contentType)
Parameters
Implements
Extension Methods