Click or drag to resize

fileTextSearchResult Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the fileTextSearchResult class

Namespace:  imbSCI.Core.files.search
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public fileTextSearchResult(
	string __needle,
	string __filepath,
	bool __useRegex = false
)
Request Example View Source

Parameters

__needle
Type: SystemString
__filepath
Type: SystemString
__useRegex (Optional)
Type: SystemBoolean
See Also