Click or drag to resize

ResourceConditionResolution Enumeration

Represents condition resolution.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public enum ResourceConditionResolution
Members
  Member nameValueDescription
Default0 Do not perform any special actions.
KeepOriginal1 Do not combine this resource with others, keep original link to it.
Discard2 Do not load this resource.
Remarks