| ControlResourcesHasResolution Method |
Determines whether specified resolution is defined on a specified resource.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public bool HasResolution(
string resourceUrl,
ResourceConditionResolution resolution
)
Public Function HasResolution (
resourceUrl As String,
resolution As ResourceConditionResolution
) As Boolean
Parameters
- resourceUrl
- Type: SystemString
Resource URL. - resolution
- Type: Dynamicweb.ControlsResourceConditionResolution
Resolution to check.
Return Value
Type:
BooleanRemarks See Also