multiDisinheritResponse
Response containing disinherit information for multiple objects
XML
Elements
name (type) |
min/max occurs |
description |
exclude (boolean)
|
0/1 |
Flag for exclusion status of all objects.
True if the object is be excluded from multichannelling, false if not,
null if the exclusion status of the objects is not equal.
|
disinherit (int)
|
0/unbounded |
IDs of nodes/channels, in which the object will not be inherited. This will be ignored, if the object is excluded from multichannelling
|
partialDisinherit (int)
|
0/unbounded |
IDs of nodes/channels, in which some objects will not be inherited. This will be ignored, if the object is excluded from multichannelling
|
inheritable (int)
|
0/unbounded |
IDs of nodes/channels, where this object (actually its master) can be inherited
|
JSON
property |
type |
description |
exclude |
exclude (boolean)
|
Flag for exclusion status of all objects.
True if the object is be excluded from multichannelling, false if not,
null if the exclusion status of the objects is not equal.
|
disinherit |
array of disinherit (int)
|
IDs of nodes/channels, in which the object will not be inherited. This will be ignored, if the object is excluded from multichannelling
|
partialDisinherit |
array of partialDisinherit (int)
|
IDs of nodes/channels, in which some objects will not be inherited. This will be ignored, if the object is excluded from multichannelling
|
inheritable |
array of inheritable (int)
|
IDs of nodes/channels, where this object (actually its master) can be inherited
|