Click or drag to resize

folderNodefindNodeTreeMatch Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Detects subtree matches in the filesystem

Namespace:  imbSCI.Core.files.folders
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public graphNodeSetCollection findNodeTreeMatch(
	List<string> filePatterns,
	int min = -1
)
Request Example View Source

Parameters

filePatterns
Type: System.Collections.GenericListString
The file patterns.
min (Optional)
Type: SystemInt32
The minimum.

Return Value

Type: graphNodeSetCollection
See Also