| AuthorizationUserHasAccess Method |
Namespace:
Dynamicweb.Security
Assembly:
Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax public static bool UserHasAccess(
string key,
string value
)
Public Shared Function UserHasAccess (
key As String,
value As String
) As Boolean
Parameters
- key
- Type: SystemString
- value
- Type: SystemString
Return Value
Type:
BooleanSee Also