Click or drag to resize
SpeciesProtectionLevelEnum Enumeration
Enum that contains values for species protection levels. These protection levels are used to handle access rights to species observations.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public enum SpeciesProtectionLevelEnum
Members
  Member nameValueDescription
Public1 Public = 1. Anyone may view observations with this protection level.
Protected12Protected1 = 2
Protected53Protected5 = 3
Protected254Protected25 = 4
Protected505Protected50 = 5
MaxProtected6MaxProtected = 6
See Also