Class NSDashTheme
Represents a dashboard theme configuration.
Syntax
Constructors
NSDashTheme()
Initializes a new instance of the NSDashTheme class.
Declaration
Methods
GetClient()
Gets the name of the client(s) the theme is available to.
Declaration
Returns
GetConfig()
Gets the JSON clob-formatted configuration.
Declaration
Returns
GetDashboardThemeId()
Gets the dashboard theme ID.
Declaration
Integer GetDashboardThemeId()
Returns
GetName()
Gets the name of the dashboard theme.
Declaration
Returns
GetRank()
Declaration
Returns
GetStyle()
Gets the style value (e.g., 'light' or 'dark').
Declaration
Returns
SetClient(String)
Sets the name of the client(s) the theme is available to.
Declaration
Void SetClient(String client)
Parameters
Type |
Name |
Description |
String |
client |
|
Returns
SetConfig(String)
Sets the JSON clob-formatted configuration.
Declaration
Void SetConfig(String config)
Parameters
Type |
Name |
Description |
String |
config |
|
Returns
SetDashboardThemeId(Integer)
Sets the dashboard theme ID.
Declaration
Void SetDashboardThemeId(Integer id)
Parameters
Returns
SetName(String)
Sets the name of the dashboard theme.
Declaration
Void SetName(String name)
Parameters
Type |
Name |
Description |
String |
name |
|
Returns
SetRank(Integer)
Declaration
Void SetRank(Integer rank)
Parameters
Returns
SetStyle(String)
Sets the style value (e.g., 'light' or 'dark').
Declaration
Void SetStyle(String style)
Parameters
Type |
Name |
Description |
String |
style |
|
Returns