Show / Hide Table of Contents

Interface IFileContentTypeManager

Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke.dll
Syntax
public interface IFileContentTypeManager

Properties

ContentTypes

Declaration
IDictionary<string, string> ContentTypes { get; }
Property Value
Type Description
IDictionary<string, string>

Methods

GetContentType(string)

Declaration
string GetContentType(string extension)
Parameters
Type Name Description
string extension
Returns
Type Description
string

Extension Methods

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