ClassUserInfo
Class
Represents the user information in the Telerik document model.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class UserInfo
Inheritance: objectUserInfo
Constructors
Properties
Represents the email address of the user.
Declaration
cs-api-definition
public string Email { get; }
Property Value
The email address associated with the user.
Group
Represents a group within the user information model.
RealName
Gets or sets the real name of the user.
Declaration
cs-api-definition
public string RealName { get; }
Property Value
A string representing the real name of the user. This value can be null or an empty string if no real name is provided.
Methods
Equals(object)
Determines whether the specified object is equal to the current instance.
GetHashCode()
Returns a hash code for the current UserInfo instance.