Click or drag to resize

RATING Enumeration

A rating system that uses integer values between 1 and 99. This is the rating system used by the Windows Shell.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public enum RATING
Members
  Member nameValueDescription
RATING_ONE_STAR_MIN1 One star, minimum (1).
RATING_ONE_STAR_SET1 One star (1).
RATING_ONE_STAR_MAX12 One star (12).
RATING_TWO_STARS_MIN13 Two stars (13).
RATING_TWO_STARS_SET25 Two stars (25).
RATING_TWO_STARS_MAX37 Two stars (37).
RATING_THREE_STARS_MIN38 Three stars (38).
RATING_THREE_STARS_SET50 Three stars (50).
RATING_THREE_STARS_MAX62 Three stars (62).
RATING_FOUR_STARS_MIN63 Four stars (63).
RATING_FOUR_STARS_SET75 Four stars (75).
RATING_FOUR_STARS_MAX87 Four stars (87).
RATING_FIVE_STARS_MIN88 Five stars (88).
RATING_FIVE_STARS_SET99 Five stars (99).
RATING_FIVE_STARS_MAX99 Five stars, maximum (99).
See Also