IService1IO_GetFileNameFromPath Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/IO_GetFileNameFromPath", ReplyAction = "http://tempuri.org/IService1/IO_GetFileNameFromPathResponse")] string IO_GetFileNameFromPath( string file, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/IO_GetFileNameFromPath", ReplyAction := "http://tempuri.org/IService1/IO_GetFileNameFromPathResponse")> Function IO_GetFileNameFromPath ( file As String, key As String ) As String
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/IO_GetFileNameFromPath", ReplyAction = L"http://tempuri.org/IService1/IO_GetFileNameFromPathResponse")] String^ IO_GetFileNameFromPath( String^ file, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/IO_GetFileNameFromPath", ReplyAction = "http://tempuri.org/IService1/IO_GetFileNameFromPathResponse")>] abstract IO_GetFileNameFromPath : file : string * key : string -> string