Class UserInfo
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class UserInfo : Carrier
Constructors
UserInfo()
Declaration
Properties
CanAddCredentials
Declaration
public bool CanAddCredentials { get; set; }
Property Value
CanChangeCredentials
Declaration
public bool CanChangeCredentials { get; set; }
Property Value
Credentials
Declaration
public CredentialInfo[] Credentials { get; set; }
Property Value
LicenseOwners
Declaration
public LicenseOwner[] LicenseOwners { get; set; }
Property Value
LoginAndFullName
Declaration
public string LoginAndFullName { get; set; }
Property Value
OtherGroups
Declaration
public string OtherGroups { get; set; }
Property Value
OtherGroupsUrl
Declaration
public string OtherGroupsUrl { get; set; }
Property Value
PrefsTitle
Declaration
public string PrefsTitle { get; set; }
Property Value
ShowUserName
Declaration
public bool ShowUserName { get; set; }
Property Value
UserIsActive
Declaration
public bool UserIsActive { get; set; }
Property Value