BasePageStandard CheckPagePermission Method A Sandcastle Documented Class Library
Calling method for CheckPermissions, loads up a reference to the service client before calling the CheckPermissions method.

Namespace: P4s3Web.BasePageStandardLib
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

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

Parameters

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

Return Value

Type: Boolean
See Also