PasteExposure Enumeration |
An enumeration defining paste protection levels.
Namespace: PastebinAssembly: Pastebin (in Pastebin.dll) Version: 1.0
Syntaxpublic enum PasteExposure
Public Enumeration PasteExposure
public enum class PasteExposure
Members
| Member name | Value | Description |
---|
| Public | 0 |
The paste is visible to everyone and will appear in search results and the newest pastes listing.
|
| Unlisted | 1 |
The paste is visible only to thos with the link; it will not appear in search results or the newest pastes listing.
|
| Private | 2 |
The paste is visible only to the user who created it. Must be logged in to use.
|
See Also