Method | Description | |
---|---|---|
ForFolder ( string folderName, Action |
||
GetFiles ( string folderName, string searchPattern, Stream>.Action |
||
RegisterFolder ( string folderName, string directory ) : void |
Method | Description | |
---|---|---|
debuggerDisplay ( ) : string |
public ForFolder ( string folderName, Action |
||
folderName | string | |
onFound | Action |
|
return | void |
public GetFiles ( string folderName, string searchPattern, Stream>.Action |
||
folderName | string | |
searchPattern | string | |
onFileCallback | Stream>.Action | |
return | bool |
public RegisterFolder ( string folderName, string directory ) : void | ||
folderName | string | |
directory | string | |
return | void |