Class ApplicationIcons
Return a dictionary of Application-icons with their respective IDs and IMG urls.
This could in theory be sprited, but that's complicating what should be a simple feature for a extremely minimal performance-gain, in a one-time use-case for a CRM admin.
Probably NOT worth it.
Inherited Members
Namespace: SuperOffice.CRM
Assembly: SoCore.dll
Syntax
public class ApplicationIcons
Constructors
ApplicationIcons()
Return a dictionary of Application-icons with their respective IDs and IMG urls.
This could in theory be sprited, but that's complicating what should be a simple feature for a extremely minimal performance-gain, in a one-time use-case for a CRM admin.
Probably NOT worth it.
Declaration
public ApplicationIcons()
Methods
GetApplicationIcon(int, bool)
Return a dictionary of Application-icons with their respective IDs and IMG urls.
This could in theory be sprited, but that's complicating what should be a simple feature for a extremely minimal performance-gain, in a one-time use-case for a CRM admin.
Probably NOT worth it.
Declaration
public static ApplicationIcon GetApplicationIcon(int id, bool useDefault = false)
Parameters
Type | Name | Description |
---|---|---|
int | id | |
bool | useDefault |
Returns
Type | Description |
---|---|
ApplicationIcon |
GetApplicationIcons()
Return a dictionary of Application-icons with their respective IDs and IMG urls.
This could in theory be sprited, but that's complicating what should be a simple feature for a extremely minimal performance-gain, in a one-time use-case for a CRM admin.
Probably NOT worth it.
Declaration
public static ApplicationIcon[] GetApplicationIcons()
Returns
Type | Description |
---|---|
ApplicationIcon[] |