Returns a list of PathInfo objects based on searching within the path

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
IEnumerable<PathInfo> SearchPaths(
	string pathSearchTerm,
	int count
)
Visual Basic
Function SearchPaths ( _
	pathSearchTerm As String, _
	count As Integer _
) As IEnumerable(Of PathInfo)
Visual C++
IEnumerable<PathInfo^>^ SearchPaths(
	String^ pathSearchTerm, 
	int count
)

Parameters

pathSearchTerm
Type: System..::..String
input path used to search. will be split on whitespace and each term will exist in all records returned
count
Type: System..::..Int32
the number of items to return

Return Value

See Also