The MetabaseExportObjectsRightsOrder enumeration contains variants of record order in an output file.
It is used by the IMetabaseSecurityExporter.ExportObjectsRights property.
Value | Brief description |
0 | ByType. Access permissions in a file will be represented by an object type. For example, first permissions for all dictionaries located in repository will be output, then for all tables, and so on. |
1 | Hierarchical. Access permissions in a file will be represented in accordance with a structure in repository, it means that expanded hierarchy of repository objects will be created where child objects will be sorted by type. For example, first, permissions for a directory located in a root will be output, then permissions for objects located in it but sorted by objects type, and so on. |
See also: