UserInfo class
The User Info class
public class UserInfo
Public Members
name | description |
---|---|
UserInfo() | The default constructor. |
EmailId { get; set; } | Gets or sets the email identifier. |
FirstName { get; set; } | Gets or sets the first name. |
LastName { get; set; } | Gets or sets the last name. |
ThumbnailURLs { get; set; } | Gets or sets the thumbnail urls. |
UserId { get; set; } | Gets or sets the user identifier. |
UserName { get; set; } | Gets or sets the name of the user. |
See Also
- namespace Autodesk.DataExchange.Authentication