Click or drag to resize

ContentResolution Enumeration

Type of content to use (low resolution or high) on the Template.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum ContentResolution
Members
  Member nameValueDescription
High0Content should be resolved using the standard (rich) content.
Low1Content should be resolved using the short (low resolution) content.
All2Content should be resolved for all resolutions.
See Also