Enum PluginInstallationScope
Represents the scope of a plugin installation.
public enum PluginInstallationScope
Fields
Project = 1Installation is at the project level (affects all members of the project).
User = 0Installation is at the user level (affects only the installing user).