BuiltInIcon
Enum representing built-in icons.
Supported in M-Files Client version 25.10 and later.
| Name | Value | Description |
|---|---|---|
BuiltInIcon_CheckOut | 0 | |
BuiltInIcon_CheckIn | 1 | |
BuiltInIcon_History | 2 | |
BuiltInIcon_MakeCopy | 3 | |
BuiltInIcon_View | 4 | |
BuiltInIcon_Workflow | 5 | |
BuiltInIcon_Assignment | 6 | |
BuiltInIcon_MarkComplete | 7 | |
BuiltInIcon_TraditionalFolder | 8 | |
BuiltInIcon_ChangeState | 9 | |
BuiltInIcon_DocumentCollection | 10 | |
BuiltInIcon_DefaultFile | 11 | |
BuiltInIcon_Property | 12 | |
BuiltInIcon_Undo | 13 | |
BuiltInIcon_User | 14 | |
BuiltInIcon_Group | 15 | |
BuiltInIcon_NewItem | 16 | |
BuiltInIcon_ContactPerson | 17 | |
BuiltInIcon_StatusBlue | 18 | |
BuiltInIcon_CircleBlue | 19 | |
BuiltInIcon_Favorite | 20 | |
BuiltInIcon_Idea | 21 | |
BuiltInIcon_Bubble | 22 | |
BuiltInIcon_Delete | 23 | |
BuiltInIcon_ConflictResolution_KeepChanges | 24 | Supported in M-Files Client version 25.12 and later. |
BuiltInIcon_ConflictResolution_DiscardChanges | 25 | Supported in M-Files Client version 25.12 and later. |
Runtime Access
This enumeration is available at runtime on the MFiles global object. Access enum values using MFiles.BuiltInIcon.<value>.
Example:
const value = MFiles.BuiltInIcon.BuiltInIcon_CheckOut;
See also: MFiles Global Object