Gets the system defined content types

Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[ObsoleteAttribute("Deprecated in DNN 7.4.2.  It has been replaced by FileContentTypeManager.Instance.ContentTypes")]
IDictionary<string, string> ContentTypes { get; }
Visual Basic
<ObsoleteAttribute("Deprecated in DNN 7.4.2.  It has been replaced by FileContentTypeManager.Instance.ContentTypes")> 
ReadOnly Property ContentTypes As IDictionary(Of String, String)
	Get

See Also