IService1IO_FileInfoSearch Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/IO_FileInfoSearch", ReplyAction = "http://tempuri.org/IService1/IO_FileInfoSearchResponse")] FileInfo[] IO_FileInfoSearch( string targetDir, string searchStr, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/IO_FileInfoSearch", ReplyAction := "http://tempuri.org/IService1/IO_FileInfoSearchResponse")> Function IO_FileInfoSearch ( targetDir As String, searchStr As String, key As String ) As FileInfo()
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/IO_FileInfoSearch", ReplyAction = L"http://tempuri.org/IService1/IO_FileInfoSearchResponse")] array<FileInfo^>^ IO_FileInfoSearch( String^ targetDir, String^ searchStr, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/IO_FileInfoSearch", ReplyAction = "http://tempuri.org/IService1/IO_FileInfoSearchResponse")>] abstract IO_FileInfoSearch : targetDir : string * searchStr : string * key : string -> FileInfo[]