The ResourceImportType enumeration contains the modes of the resource import.
It is used by the following property:
| Value | Brief description |
| 0 | OnlyAdd. Add new only. Elements missed in the current resources are imported. |
| 1 | UpdateAndAdd. Add new elements and update existing ones. The elements missing in the current resources are imported, and existing elements values are updated. |
| 2 | OnlyUpdate. Update only existing ones. Only values of the existing resource elements are updated. |
See also: