linkRequest
Namespace: |
http://www.gentics.com/rest |
XML Schema: |
ns0.xsd |
Request object for linking a template to folders or unlinking a template from folders
XML
Elements
name (type) |
min/max occurs |
description |
recursive (boolean)
|
1/1 |
True if the template shall be linked to or unlinked from the given folders recursively (including all subfolders).
The default is false (not recursive)
|
folderIds (string)
|
0/unbounded |
Set of folder IDs to handle. Folder IDs may either be local or global IDs.
|
nodeId (int)
|
0/1 |
Node ID for handling channel local folders.
Note that linking templates to folders is always done for the master objects. It is not possible to have a different linking for inherited or localized templates or folders.
|
JSON
property |
type |
description |
recursive |
recursive (boolean)
|
True if the template shall be linked to or unlinked from the given folders recursively (including all subfolders).
The default is false (not recursive)
|
folderIds |
array of folderIds (string)
|
Set of folder IDs to handle. Folder IDs may either be local or global IDs.
|
nodeId |
nodeId (int)
|
Node ID for handling channel local folders.
Note that linking templates to folders is always done for the master objects. It is not possible to have a different linking for inherited or localized templates or folders.
|