summaryT:DotNetNuke.Services.FileSystem.Internal.FileDeletionController

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

Syntax

C#
public class FileDeletionController : ServiceLocator<IFileDeletionController, FileDeletionController>, 
	IFileDeletionController
Visual Basic
Public Class FileDeletionController
	Inherits ServiceLocator(Of IFileDeletionController, FileDeletionController)
	Implements IFileDeletionController

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Framework..::..ServiceLocator<(Of <(<'IFileDeletionController, FileDeletionController>)>)>
    DotNetNuke.Services.FileSystem.Internal..::..FileDeletionController

See Also