C# Class UlteriusServer.Utilities.Files.Database.DatabaseController

Mostra file Open project: Ulterius/server Class Usage Examples

Public Methods

Method Description
DatabaseController ( string path ) : System
GetCurrentDrive ( ) : string
IsScanning ( ) : bool
Refresh ( ) : bool
Search ( string keyword ) : List
Start ( ) : void

Private Methods

Method Description
Scan ( ) : void

Method Details

DatabaseController() public method

public DatabaseController ( string path ) : System
path string
return System

GetCurrentDrive() public method

public GetCurrentDrive ( ) : string
return string

IsScanning() public method

public IsScanning ( ) : bool
return bool

Refresh() public method

public Refresh ( ) : bool
return bool

Search() public method

public Search ( string keyword ) : List
keyword string
return List

Start() public method

public Start ( ) : void
return void