P4s3PortalWebSvc IO_FileSearchRecursive Method A Sandcastle Documented Class Library
Performs a file search on the target directory.

Namespace: P4s3WebSvc
Assembly: P4s3WebSvc (in P4s3WebSvc.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public FileSearchResult IO_FileSearchRecursive(
	string targetDir,
	string searchStr,
	string key,
	FileSearchResult data1
)

Parameters

targetDir
Type: System String
searchStr
Type: System String
key
Type: System String
data1
Type: FileSearchResult

Return Value

Type: FileSearchResult
See Also