Click or drag to resize

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
)

Parameters

strKey
Type: SystemString
strVal
Type: SystemString

Return Value

Type: Boolean
See Also