Show / Hide Table of Contents

Class FileContentTypeManager

Inheritance
object
ComponentBase<IFileContentTypeManager, FileContentTypeManager>
FileContentTypeManager
Implements
IFileContentTypeManager
Inherited Members
ComponentBase<IFileContentTypeManager, FileContentTypeManager>.RegisterInstance(IFileContentTypeManager)
ComponentBase<IFileContentTypeManager, FileContentTypeManager>.Instance
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke.dll
Syntax
public class FileContentTypeManager : ComponentBase<IFileContentTypeManager, FileContentTypeManager>, IFileContentTypeManager

Constructors

FileContentTypeManager()

Declaration
public FileContentTypeManager()

Properties

ContentTypes

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

Methods

GetContentType(string)

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

Implements

IFileContentTypeManager

Extension Methods

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