Keyoti SearchUnit API Docs
ZipExtractor..::..FileChooser Delegate
API DocumentationKeyoti.SearchEngine.UtilsZipExtractorZipExtractor..::..FileChooser
Keyoti SearchUnit v6
Returns true when the caller wants filename
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public delegate bool FileChooser(
	string filename
)
public delegate bool FileChooser(
	string filename
)
Public Delegate Function FileChooser ( 
	filename As String
) As Boolean
Public Delegate Function FileChooser ( 
	filename As String
) As Boolean
public delegate bool FileChooser(
	String^ filename
)
public delegate bool FileChooser(
	String^ filename
)
type FileChooser = 
    delegate of 
        filename : string -> bool
type FileChooser = 
    delegate of 
        filename : string -> bool
Parameters
filename (String)
Return Value

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120