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".
    See Also