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

Syntax

C#
public bool AddHelpCategory(
	string parentId,
	string desc,
	string orderNum,
	string key
)
Visual Basic
Public Function AddHelpCategory ( 
	parentId As String,
	desc As String,
	orderNum As String,
	key As String
) As Boolean
Visual C++
public:
virtual bool AddHelpCategory(
	String^ parentId, 
	String^ desc, 
	String^ orderNum, 
	String^ key
) sealed

Parameters

parentId
Type: System..::..String
desc
Type: System..::..String
orderNum
Type: System..::..String
key
Type: System..::..String

Return Value

Type: Boolean

Implements

IService1..::..AddHelpCategory(String, String, String, String)

See Also