Business Class that provides access to the Database for the functions within the calling classes Instantiates the instance of the DataProvider and returns the object, if any

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

Syntax

C#
[ObsoleteAttribute("Deprecated in DNN 6.0.  It has been replaced by FileManager class.")]
public class FileController
Visual Basic
<ObsoleteAttribute("Deprecated in DNN 6.0.  It has been replaced by FileManager class.")> 
Public Class FileController

Remarks

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Services.FileSystem..::..FileController

See Also