Skip to main content

IndirectPropertyIDLevel

Indirect property ID level.

NameDescriptionType
level_refID reference part of this level.IndirectPropertyIDLevelRef
obj_verIf not NULL, this level is bound to this particular object version.ObjVer

Example

{
"level_ref": {
"type": 2 /* Enum: IndirectPropertyIDLevelType */,
"id": 0
},
"obj_ver": {
"obj_id": {
"type": 0,
"item_id": {
"internal_id": 0,
"external_repository_id": {
"connection": "<!< The external repository connection identifier.>",
"item": "<item>"
}
}
},
"version": {
"type": 7 /* Enum: ObjVerVersionType */,
"internal_version": 0,
"external_repository_version": "<external_repository_version>",
"external_repository_sort_key": 0
}
}
}