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

Syntax

C#
public bool AddPage(
	string pageName,
	string pageDesc,
	string pageUrl,
	string key
)
Visual Basic
Public Function AddPage ( 
	pageName As String,
	pageDesc As String,
	pageUrl As String,
	key As String
) As Boolean
Visual C++
public:
virtual bool AddPage(
	String^ pageName, 
	String^ pageDesc, 
	String^ pageUrl, 
	String^ key
) sealed

Parameters

pageName
Type: System..::..String
pageDesc
Type: System..::..String
pageUrl
Type: System..::..String
key
Type: System..::..String

Return Value

Type: Boolean

Implements

IService1..::..AddPage(String, String, String, String)

See Also