BasePageStandard HasGlobalPerm Method A Sandcastle Documented Class Library
Checks to see if a user has a global permissions.

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

public static bool HasGlobalPerm(
	string key,
	HttpSessionState Session
)

Parameters

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

Return Value

Type: Boolean
See Also