C# Class WaveBox.Service.Services.FileManagerService

Inheritance: IService
Datei anzeigen Open project: einsteinx2/WaveBox

Public Methods

Method Description
Start ( ) : bool

Start() grabs the list of media folders from Settings, checks if they exist, and then begins to scan them for media fields

Stop ( ) : bool

Method Details

Start() public method

Start() grabs the list of media folders from Settings, checks if they exist, and then begins to scan them for media fields
public Start ( ) : bool
return bool

Stop() public method

public Stop ( ) : bool
return bool