The UpdateReflectObjectsRightsType enumeration determines type of rights move on repository objects while update.
It is used by the following property:
Value | Brief description |
0 | AfterAll. Transfer rights after execution of all update. |
1 | Ask. Ask in the dialog after execution of all update. On updating via the Fore language the IMetabaseUpdateProgress.OnAskReflectRights event, in which it is necessary to process certain situations, will be generated. |
2 | AfterEach. Transfer rights after update of each object. |
4 | Never. Do not transfer rights. |
See also: