DDLm dictionary version 4.1.0
_import_details.mode
Name:_import_details.mode
Definition:
Code identifying how the definition referenced by _import_details.frame_id is to be imported. "Full" imports the entire definition together with any child definitions (in the case of categories) found in the target dictionary. The importing definition becomes the parent of the imported definition. As such, the "Full" mode must only be used in category definitions. As a special case, a 'Head' category importing a 'Head' category is equivalent to importing all children of the imported 'Head' category as children of the importing 'Head' category. A 'Head' category can only be imported in "Full" mode and only by another 'Head' category. "Contents" imports only the attributes found in the imported definition.
Type: Code
The data value must be one of the following:
Full | Import requested definition together with any child definitions. |
Contents | Import contents of requested definition. |
Enumeration default: Contents
Category:
import_details