UserInfo
Class
Represents the user information in the Telerik document model.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class UserInfo
Inheritance: objectUserInfo
Constructors
Properties
Represents the email address of the user.
C#
public string Email { get; }
The email address associated with the user.
Gets or sets the real name of the user.
C#
public string RealName { get; }
A string representing the real name of the user. This value can be null or an empty string if no real name is provided.