Enum JoinRequestStatusType
- Namespace
- Dis
Cat .EnumsSharp
- Assembly
- DisCatSharp.dll
Represents a join request status type.
Fields
[EnumMember(Value = "UNKNOWN")] Unknown = 0
Indicates that the request status is unknown.
[EnumMember(Value = "SUBMITTED")] Submitted = 1
Indicates that the request was submitted.
[EnumMember(Value = "APPROVED")] Approved = 2
Indicates that the request was approved.
[EnumMember(Value = "REJECTED")] Rejected = 3
Indicates that the request was rejected.