The UpdateReflectObjectsRightsType enumeration determines a type of transferring repository object permissions on update.
It is used by the following property:
Value | Brief description |
0 | AfterAll. Transfer permissions after the entire update is complete. |
1 | Ask. Ask in the dialog box after the entire update is complete. On updating via the Fore language, the IMetabaseUpdateProgress.OnAskReflectRights event is generated, in which it is necessary to handle specific situations. |
2 | AfterEach. Transfer permissions after updating of each object. |
4 | Never. Do not transfer permissions. |
See also: