OBJTYPEFLAGS
Object type flags (bitfields).
| Name | Description | Type | 
|---|---|---|
all | Specifies all flags set; Including any future flags. | boolean | 
can_have_files | Can objects have files? | boolean | 
can_add_items | Is adding a new object allowed? | boolean | 
is_external | Is external object type? | boolean | 
show_new_object_command_in_task_pane | Show the creation command for this type in the task pane? | boolean | 
is_external_connection_disabled | Is external connection currently disabled? | boolean | 
is_translatable | Can the contents of value list or object type be translated? | boolean | 
is_separate_property_storage | Is object type specific property storage for searches? // TODO: Usage by client unclear. | boolean | 
disallow_as_grouping_level | Is using this object type as a grouping level in views disallowed? | boolean | 
Example
{
  "all": false,
  "can_have_files": false,
  "can_add_items": false,
  "is_external": false,
  "show_new_object_command_in_task_pane": false,
  "is_external_connection_disabled": false,
  "is_translatable": false,
  "is_separate_property_storage": false,
  "disallow_as_grouping_level": false
}