Enum ServiceScope
The scope of a menu item.
Namespace: Dnn.PersonaBar.Library
Assembly: Dnn.PersonaBar.Library.dll
Syntax
public enum ServiceScope
Fields
| Name | Description |
|---|---|
| Admin | the service only available for admin users. |
| Host | the service only available for host users. |
| Regular | the service available for all users. |