An enumeration defining all possible account types.
Namespace: PastebinAssembly: Pastebin (in Pastebin.dll) Version: 1.0
SyntaxPublic Enumeration AccountType
public enum class AccountType
Members
| Member name | Value | Description |
---|
| Normal | 0 |
Normal (free) user.
|
| Pro | 1 |
Paying (PRO) user.
|
See Also