Click or drag to resize
PasteExpiration Enumeration
An enumeration defining paste expiration times.

Namespace: Pastebin
Assembly: Pastebin (in Pastebin.dll) Version: 1.0
Syntax
public enum PasteExpiration
Members
  Member nameValueDescription
Never0 The paste will never expire.
TenMinutes1 The paste will expire ten (10) minutes after being submitted.
OneHour2 The paste will expire one (1) hour after being submitted.
OneDay3 The paste will expire one (1) day after being submitted.
OneWeek4 The paste will expire one (1) week after being submitted.
TwoWeeks5 The paste will expire two (2) weeks after being submitted.
OneMonth6 The paste will expire one (1) month after being submitted.
See Also