P4s3PortalWebSvc CheckPagePermission Method A Sandcastle Documented Class Library
Check to see if the permission exists for the target user and the target page.

Namespace: P4s3WebSvc
Assembly: P4s3WebSvc (in P4s3WebSvc.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public bool CheckPagePermission(
	string pageName,
	string user_id,
	string userRoleId,
	string key
)

Parameters

pageName
Type: System String
user_id
Type: System String
userRoleId
Type: System String
key
Type: System String

Return Value

Type: Boolean
See Also