Table of Contents

Enum PluginInstallationScope

Namespace
Builvero.Domain.Entities
Assembly
Builvero.Domain.dll

Represents the scope of a plugin installation.

public enum PluginInstallationScope

Fields

Project = 1

Installation is at the project level (affects all members of the project).

User = 0

Installation is at the user level (affects only the installing user).