NameSpaceIcons
- Last UpdatedMar 10, 2025
- 1 minute read
Contains one row for each icon.
|
Column |
Data Type |
Description |
|---|---|---|
|
(PK) |
int, NOT NULL |
The value that specifies the type of namespace. 1 to 6 = Tag 1 to 2 million = System 2+ million = Groups. This value is of data type int, with no default. |
|
Icon |
image, NULL |
Includes the image of the icon. |
|
Name |
nvarchar(30), NOT NULL |
The name of the object in the hierarchy. |
|
Description |
nvarchar(50), NULL |
A description of the namespace icon. |