folderSaveRequest

Namespace: http://www.gentics.com/rest
XML Schema: ns0.xsd

Request object for a request to save a folder

XML

Elements

name (type) min/max
occurs
description
folder (folder) 0/1
nodeId (int) 0/1 Node ID, when setting the publish directory recursively.
tagsToSubfolders (string) 0/unbounded List of object tags, that shall be passed on to subfolders. May contain names (with or without the prefix 'object.') or IDs
recursive (boolean) 0/1 True to set the publish directory recursively, false (default) to only change this given folder
failOnDuplicate (boolean) 0/1 True if saving the folder with a duplicate name will fail. If false (default) the name will be made unique before saving

JSON

property type description
folder folder (folder)
nodeId nodeId (int) Node ID, when setting the publish directory recursively.
tagsToSubfolders array of tagsToSubfolders (string) List of object tags, that shall be passed on to subfolders. May contain names (with or without the prefix 'object.') or IDs
recursive recursive (boolean) True to set the publish directory recursively, false (default) to only change this given folder
failOnDuplicate failOnDuplicate (boolean) True if saving the folder with a duplicate name will fail. If false (default) the name will be made unique before saving