Class UserInfo2
User info extended with username and custom fields values
Inherited Members
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public class UserInfo2 : UserInfo, IUserInfo2, IUserInfo
Constructors
UserInfo2()
User info extended with username and custom fields values
Declaration
public UserInfo2()
Properties
CustomFields
User info extended with username and custom fields values
Declaration
public Dictionary<string, string> CustomFields { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, string> |
UserName
SuperId user-name
Declaration
public string UserName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |