| 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 [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 Boolean
Parameters
- strKey
- Type: SystemString
- strVal
- Type: SystemString
Return Value
Type:
BooleanSee Also