Enum ProjectJoinRequestStatus
Represents the current status of a project join request.
public enum ProjectJoinRequestStatus
Fields
Approved = 1The join request was approved by the project owner, and the requester has joined the project.
Cancelled = 3The join request was cancelled by the requester before the owner responded.
Declined = 2The join request was declined by the project owner.
Expired = 4The join request expired without being approved or declined.
Pending = 0The join request is pending and awaiting approval or decline from the project owner.