Click or drag to resize
Paste Properties

The Paste type exposes the following members.

Properties
  Name Description
Public property Expires
The date the paste is due to expire, or null if it never expires.
Public property Exposure
The paste's visibility.
Public property Id
The unique ID of the paste.
Public property LanguageId
The internal ID of the paste's language.
Public property LanguageName
The display name of the paste's language.
Public property Size
The size (in bytes) of the paste text.
Public property Submitted
An instance of System.DateTime representing when the paste was created (local time).
Public property Text
The contents of the paste.
Public property Timestamp
The raw Unix timestamp representing when the paste was created.
Public property Title
The title of the paste as it appears on the page.
Public property Url
The URL to the paste.
Public property Views
The number of time the paste has been viewed.
Top
See Also