Service1ClientIO_FileInfoSearch Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
public FileInfo[] IO_FileInfoSearch( string targetDir, string searchStr, string key )
Public Function IO_FileInfoSearch ( targetDir As String, searchStr As String, key As String ) As FileInfo()
public: virtual array<FileInfo^>^ IO_FileInfoSearch( String^ targetDir, String^ searchStr, String^ key ) sealed
abstract IO_FileInfoSearch : targetDir : string * searchStr : string * key : string -> FileInfo[] override IO_FileInfoSearch : targetDir : string * searchStr : string * key : string -> FileInfo[]