| Paste Class |
Namespace: Pastebin
The Paste type exposes the following members.
| Name | Description | |
|---|---|---|
| Delete |
Deletes the current paste. Only available if the paste belongs to the currently logged in user.
| |
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Expires |
The date the paste is due to expire, or null if it never expires.
| |
| Exposure |
The paste's visibility.
| |
| Id |
The unique ID of the paste.
| |
| LanguageId |
The internal ID of the paste's language.
| |
| LanguageName |
The display name of the paste's language.
| |
| Size |
The size (in bytes) of the paste text.
| |
| Submitted |
An instance of System.DateTime representing when the paste was created (local time).
| |
| Text |
The contents of the paste.
| |
| Timestamp |
The raw Unix timestamp representing when the paste was created.
| |
| Title |
The title of the paste as it appears on the page.
| |
| Url |
The URL to the paste.
| |
| Views |
The number of time the paste has been viewed.
|