disinheritRequest
Namespace: |
http://www.gentics.com/rest |
XML Schema: |
ns0.xsd |
Request to set the multichannelling exclusion and disinheriting status of an object
XML
Elements
name (type) |
min/max occurs |
description |
exclude (boolean)
|
0/1 |
True if the object shall be excluded from multichannelling, false if not
|
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
|
reinherit (int)
|
0/unbounded |
IDs of nodes/channels, in which the object will be inherited. This will be ignored, if the object is excluded from multichannelling
|
recursive (boolean)
|
0/1 |
True if exclusion and disinheriting shall be set recursively (if set on folders), false if not
|
disinheritDefault (boolean)
|
0/1 |
True if the object should be disinherited by default in new channels (default: false).
|
JSON
property |
type |
description |
exclude |
exclude (boolean)
|
True if the object shall be excluded from multichannelling, false if not
|
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
|
reinherit |
array of reinherit (int)
|
IDs of nodes/channels, in which the object will be inherited. This will be ignored, if the object is excluded from multichannelling
|
recursive |
recursive (boolean)
|
True if exclusion and disinheriting shall be set recursively (if set on folders), false if not
|
disinheritDefault |
disinheritDefault (boolean)
|
True if the object should be disinherited by default in new channels (default: false).
|