The MetabaseExportObjectsRightsOrder enumeration contains variants if string order in a resulting 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 exploded hierarchy of repository objects will be formed where children objects will be sorted by type. For example first permissions for a directory located in a root will be represented, then permissions for objects located in it but sorted by objects type, and so on. |
See also: