Multiple choice technology enterprise content management

r_is_virtual_doc property of dm_sysobject is of type

  1. Integer

  2. Double

  3. String

  4. None

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In Documentum's dm_sysobject type, r_is_virtual_doc is a boolean property stored as an integer (0 for false, 1 for true), making Integer the correct data type. String and Double are incorrect data types for boolean flags.