Click or drag to resize

HomeControllerSWISearch Method

Returns the list of file names and details matching a search in the repository.

Namespace: SealWebServer.Controllers
Assembly: SealWebServer (in SealWebServer.exe) Version: 8.0.0.0+c5a14bc14715399f60fcf611201a5e8ad953fbc3
Syntax
C#
public ActionResult SWISearch(
	string path,
	string pattern
)

Parameters

path  String
 
pattern  String
 

Return Value

ActionResult
See Also