|  | AuthorizationHasAccess Method (String, String) | 
 Note: This API is now obsolete.
 
    Namespace: 
   Dynamicweb.Security
    Assembly:
   Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
 Syntax
Syntax[ObsoleteAttribute("Use UserHasAccess instead.")]
public static bool HasAccess(
	string strKey,
	string strVal
)<ObsoleteAttribute("Use UserHasAccess instead.")>
Public Shared Function HasAccess ( 
	strKey As String,
	strVal As String
) As BooleanParameters
- strKey
- Type: SystemString
 
- strVal
- Type: SystemString
 
Return Value
Type: 
Boolean See Also
See Also