FolderAceFlags
1 min
this document summarises the folderaceflags enumeration, including the hexadecimal and decimal values and a description of each flag flag hex value decimal value description none 0x0 0 no flags applied object inherit ace 0x1 1 ace is inherited by files within the folder container inherit ace 0x2 2 ace is inherited by child folders no propagate inherit ace 0x4 4 inheritance applies only to immediate children and does not propagate further inherit only ace 0x8 8 ace applies only to inherited objects, not the folder itself inherited ace 0x10 16 indicates the ace was inherited rather than explicitly set valid inherit flags 0x1f 31 mask representing all valid inheritance related flags successful access ace flag 0x40 64 enables auditing for successful access attempts failed access ace flag 0x80 128 enables auditing for failed access attempts deny 0x4000 16384 marks the ace as a deny rule unpublished 0x8000 32768 internal flag indicating the ace should not be published externally parentduplicate 0x10000 65536 ace duplicates an entry from the parent folder changed 0x20000 131072 indicates the ace has been modified since retrieval overriden 0x40000 262144 indicates the ace has been overridden by another configuration maxusagelimit 0x80000 524288 internal flag used to signal or enforce maximum usage constraints