Method | Description | |
---|---|---|
CreatePaste ( string text, string title = null, |
Creates a new paste from this user and uploads it to pastebin. To create anonymous paste use Paste.Create() or User.Guest.CreatePaste()
|
|
DeletePaste ( |
Deletes a paste created by this user
|
|
ListPastes ( int resultsLimit = 50 ) : IEnumerable |
Lists all pastes created by user
|
|
RequestPreferences ( ) : void |
Updates user preferences information properties
|
|
ToString ( ) : string |
Method | Description | |
---|---|---|
User ( string userKey ) : System.Collections.Generic |
public CreatePaste ( string text, string title = null, |
||
text | string | |
title | string | |
language | If left out then user's PreferedLanguage will be used | |
visibility | Visibility | If left out then user's PreferedVisibility will be used |
expiration | If left out then user's PreferedExpiration will be used | |
return |
public ListPastes ( int resultsLimit = 50 ) : IEnumerable |
||
resultsLimit | int | limits the paste count |
return | IEnumerable |