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

Syntax

C#
public bool AddHelpPage(
	string catId,
	string html,
	string key
)
Visual Basic
Public Function AddHelpPage ( 
	catId As String,
	html As String,
	key As String
) As Boolean
Visual C++
public:
virtual bool AddHelpPage(
	String^ catId, 
	String^ html, 
	String^ key
) sealed

Parameters

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

Return Value

Type: Boolean

Implements

IService1..::..AddHelpPage(String, String, String)

See Also