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/UpdateHelpPage", 
	ReplyAction = "http://tempuri.org/IService1/UpdateHelpPageResponse")]
bool UpdateHelpPage(
	string catId,
	string html,
	string zzRowId,
	string active,
	string key
)
Visual Basic
<OperationContractAttribute(Action := "http://tempuri.org/IService1/UpdateHelpPage", 
	ReplyAction := "http://tempuri.org/IService1/UpdateHelpPageResponse")> 
Function UpdateHelpPage ( 
	catId As String,
	html As String,
	zzRowId As String,
	active As String,
	key As String
) As Boolean
Visual C++
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/UpdateHelpPage", 
	ReplyAction = L"http://tempuri.org/IService1/UpdateHelpPageResponse")]
bool UpdateHelpPage(
	String^ catId, 
	String^ html, 
	String^ zzRowId, 
	String^ active, 
	String^ key
)

Parameters

catId
Type: System..::..String
html
Type: System..::..String
zzRowId
Type: System..::..String
active
Type: System..::..String
key
Type: System..::..String

Return Value

Type: Boolean

See Also