Click or drag to resize
User Class
A class representing an authenticated user.
Inheritance Hierarchy
SystemObject
  PastebinUser

Namespace: Pastebin
Assembly: Pastebin (in Pastebin.dll) Version: 1.0
Syntax
public sealed class User

The User type exposes the following members.

Methods
  NameDescription
Public methodCreatePaste
Creates a new paste under the current user.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetPastes
Lists all the pastes for the current user.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyAccountType
The current user's account type.
Public propertyAvatarUrl
The URL pointing to the current user's avatar.
Public propertyDefaultExpiration
The default paste expiration for the current user.
Public propertyDefaultExposure
The default paste visibility for the current user.
Public propertyDefaultFormat
The default paste language for the current user.
Public propertyEmail
The current user's email address.
Public propertyLocation
The current user's location.
Public propertyUsername
The display name of the current user.
Public propertyWebsite
The current user's website.
Top
See Also