Click or drag to resize
PasteExposure Enumeration
An enumeration defining paste protection levels.

Namespace: Pastebin
Assembly: Pastebin (in Pastebin.dll) Version: 1.0
Syntax
public enum PasteExposure
Members
  Member nameValueDescription
Public0 The paste is visible to everyone and will appear in search results and the newest pastes listing.
Unlisted1 The paste is visible only to thos with the link; it will not appear in search results or the newest pastes listing.
Private2 The paste is visible only to the user who created it. Must be logged in to use.
See Also