dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / UserInfo Class / UserUiSkin Property

In This Topic
    UserUiSkin Property
    In This Topic
    Gets or sets the user interface theme the user is using.
    Syntax
    'Declaration
     
    Public ReadOnly Property UserUiSkin As String
    public string UserUiSkin {get;}

    Property Value

    "Theme2" if the user is using the newer user interface theme named "Salesforce", or "Theme1" if the user is using the older user interface theme, named “Salesforce Classic".
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also