folderMoveRequest
Namespace: |
http://www.gentics.com/rest |
XML Schema: |
ns0.xsd |
Request object for a request to move a folder
XML
Elements
name (type) |
min/max occurs |
description |
folderId (int)
|
1/1 |
ID of the target folder (where to move the folder)
|
nodeId (int)
|
1/1 |
ID of the target channel, when moving the folder into a channel. When
left empty, the folder is moved into the master node.
|
foregroundTime (int)
|
0/1 |
Number of seconds, this job may stay in foreground. If moving takes
longer, the request will return with a response, and moving the folder
will be continued in background
|
JSON
property |
type |
description |
folderId |
folderId (int)
|
ID of the target folder (where to move the folder)
|
nodeId |
nodeId (int)
|
ID of the target channel, when moving the folder into a channel. When
left empty, the folder is moved into the master node.
|
foregroundTime |
foregroundTime (int)
|
Number of seconds, this job may stay in foreground. If moving takes
longer, the request will return with a response, and moving the folder
will be continued in background
|