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 |