targetFolder
| Namespace: | (default namespace) |
| XML Schema: | ns1.xsd |
Target folder object for a page copy call. A folder is identified by its id and the channelId. You can omit the channelId when you want to copy to master folders.
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| id (int) | 0/1 | Get the target folder Id |
| channelId (int) | 0/1 | Get the target folder channel id |
JSON
| property | type | description |
|---|---|---|
| id | id (int) | Get the target folder Id |
| channelId | channelId (int) | Get the target folder channel id |