PasteExpiration Enumeration |
An enumeration defining paste expiration times.
Namespace: PastebinAssembly: Pastebin (in Pastebin.dll) Version: 1.0
Syntaxpublic enum PasteExpiration
Public Enumeration PasteExpiration
public enum class PasteExpiration
Members
| Member name | Value | Description |
---|
| Never | 0 |
The paste will never expire.
|
| TenMinutes | 1 |
The paste will expire ten (10) minutes after being submitted.
|
| OneHour | 2 |
The paste will expire one (1) hour after being submitted.
|
| OneDay | 3 |
The paste will expire one (1) day after being submitted.
|
| OneWeek | 4 |
The paste will expire one (1) week after being submitted.
|
| TwoWeeks | 5 |
The paste will expire two (2) weeks after being submitted.
|
| OneMonth | 6 |
The paste will expire one (1) month after being submitted.
|
See Also