summaryM:DotNetNuke.Entities.Content.IContentTypeController.ClearContentTypeCache

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

Syntax

C#
[ObsoleteAttribute("Deprecated in DNN 8.  ContentTypeController methods use DAL2 which manages the cache automagically")]
void ClearContentTypeCache()
Visual Basic
<ObsoleteAttribute("Deprecated in DNN 8.  ContentTypeController methods use DAL2 which manages the cache automagically")> 
Sub ClearContentTypeCache

See Also