Method | Description | |
---|---|---|
Scan ( string sourcePath, int title, int previewCount ) : void |
Scan a Source Path. Title 0: scan all
|
|
ScanService ( ) : System |
Initializes a new instance of the ScanService class.
|
|
Stop ( ) : void |
Kill the scan
|
Method | Description | |
---|---|---|
OnScanProgress ( object sender, int currentTitle, int titleCount ) : void |
Fire an event when the scan process progresses
|
|
ScanSource ( object sourcePath, int title, int previewCount ) : void |
Start a scan for a given source path and title
|
public Scan ( string sourcePath, int title, int previewCount ) : void | ||
sourcePath | string | /// Path to the file to scan /// |
title | int | /// int title number. 0 for scan all /// |
previewCount | int | /// The preview Count. /// |
return | void |