In Documentum dm_folder is the sub type of dm_cabinet
-
True
-
False
Reveal answer
Fill a bubble to check yourself
B
Correct answer
Explanation
In Documentum, dm_folder is a subtype of dm_sysobject (like most content objects), not dm_cabinet. Cabinets, folders, and documents have distinct type hierarchies. dm_cabinet and dm_folder are siblings under dm_sysobject.
AI explanation
In Documentum's object model, dm_cabinet is actually defined as a subtype of dm_folder (a cabinet is a special top-level folder), not the reverse, so the statement that dm_folder is a subtype of dm_cabinet is false. This inheritance direction matters for understanding how permissions and behaviors propagate between cabinets and ordinary folders.