This enum is only used in role search and
the definition of the role types are defined
in the web service UserService.
There is no member Type in the class Role.
Namespace: ArtDatabanken.DataAssembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax Public Enumeration RoleType
public enum class RoleType
Members
| Member name | Value | Description |
---|
| AdministrationRole | 0 |
User administration role.
|
| Basic | 1 |
Basic.
|
| SpeciesObservationRole | 2 |
Role related to handling of species observation.
|
| Unspecified | 3 |
Role is not related to any specific purpose.
|
| UserGroupAdministrationRole | 4 |
Role that allows users to administrate user groups.
|
See Also