summaryT:DotNetNuke.Services.FileSystem.FileContentTypeManager

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

Syntax

C#
public class FileContentTypeManager : ComponentBase<IFileContentTypeManager, FileContentTypeManager>, 
	IFileContentTypeManager
Visual Basic
Public Class FileContentTypeManager
	Inherits ComponentBase(Of IFileContentTypeManager, FileContentTypeManager)
	Implements IFileContentTypeManager

Inheritance Hierarchy

System..::..Object
  DotNetNuke.ComponentModel..::..ComponentBase<(Of <(<'IFileContentTypeManager, FileContentTypeManager>)>)>
    DotNetNuke.Services.FileSystem..::..FileContentTypeManager

See Also