BasePageStandard.HasPagePermStatic Method A Sandcastle Documented Class Library
Checks to see if a user has a global permissions, static access version.

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

public static bool HasPagePermStatic(
	string key,
	HttpSessionState Session
)

Parameters

key
Type: System.String
Session
Type: System.Web.SessionState.HttpSessionState

Return Value

Type: Boolean
See Also