Click or drag to resize
PastebinTrendingPastes Property
Returns a collection of the current trending pastes.

Namespace: Pastebin
Assembly: Pastebin (in Pastebin.dll) Version: 1.0
Syntax
public ReadOnlyCollection<Paste> TrendingPastes { get; }

Property Value

Type: ReadOnlyCollectionPaste
Exceptions
ExceptionCondition
WebExceptionThrown when the underlying HTTP client encounters an error.
PastebinExceptionThrown when a bad API request is made.
See Also