Table of Contents

Enum PluginStatus

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

Represents the status of a plugin in the marketplace.

public enum PluginStatus

Fields

Approved = 1

Plugin has been approved and is available in the marketplace.

Archived = 4

Plugin has been archived (no longer maintained, but installations remain).

Disabled = 3

Plugin has been disabled (temporarily unavailable).

Pending = 0

Plugin submission is pending admin review.

Rejected = 2

Plugin has been rejected by an admin.