Global HasPerm Method A Sandcastle Documented Class Library
Returns true if the user has the current perm enabled.

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

public static bool HasPerm(
	string key,
	List<string> pageFeaturePerms
)

Parameters

key
Type: System String
pageFeaturePerms
Type: System.Collections.Generic List String 

Return Value

Type: Boolean
See Also