| ResourceConditionGetResolution Method |
Retrieves a resolution for the given resource.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public virtual ResourceConditionResolution GetResolution(
string resourceUrl
)
Public Overridable Function GetResolution (
resourceUrl As String
) As ResourceConditionResolution
Parameters
- resourceUrl
- Type: SystemString
URL of the resource.
Return Value
Type:
ResourceConditionResolutionRemarks See Also