Namespace: P4s3WebSvcRefLib.P4s3WebSvcReference
Assembly: P4s3WebSvcRefLib (in P4s3WebSvcRefLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
[OperationContractAttribute(Action = "http://tempuri.org/IService1/IO_FileInfoSearch", 
	ReplyAction = "http://tempuri.org/IService1/IO_FileInfoSearchResponse")]
FileInfo[] IO_FileInfoSearch(
	string targetDir,
	string searchStr,
	string key
)
Visual Basic
<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()
Visual C++
[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
)

Parameters

targetDir
Type: System..::..String
searchStr
Type: System..::..String
key
Type: System..::..String

Return Value

Type: array<FileInfo>[]()[][]

See Also