folder

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

Folder object, representing a Folder in GCN

XML

Elements

name (type) min/max
occurs
description
inheritedFrom (string) 0/1 Name of the node this folder is inherited from
masterNode (string) 0/1 Name of the node, the master object belongs to
motherId (int) 0/1 Mother id of the folder
publishDir (string) 0/1 Publish directory of the folder
description (string) 0/1 Description
nodeId (int) 0/1 Node id
inherited (boolean) 1/1 True if the folder is inherited, false if not
atposidx (string) 0/1 Position of the folder in the folder tree
startPageId (anyType) 0/1 ID of the startpage
tags ((anonymous)) 0/1 Map of object tags of the folder
subfolders (folder) 0/unbounded List of subfolders
hasSubfolders (boolean) 1/1 True if the folder has subfolders (regardless of whether they have been fetched), false if not
privileges (privilege) 0/unbounded Folder privileges
path (string) 0/1 Folder path of this folder

JSON

property type description
inheritedFrom inheritedFrom (string) Name of the node this folder is inherited from
masterNode masterNode (string) Name of the node, the master object belongs to
motherId motherId (int) Mother id of the folder
publishDir publishDir (string) Publish directory of the folder
description description (string) Description
nodeId nodeId (int) Node id
inherited inherited (boolean) True if the folder is inherited, false if not
atposidx atposidx (string) Position of the folder in the folder tree
startPageId startPageId (anyType) ID of the startpage
tags tags ((anonymous)) Map of object tags of the folder
subfolders array of subfolders (folder) List of subfolders
hasSubfolders hasSubfolders (boolean) True if the folder has subfolders (regardless of whether they have been fetched), false if not
privileges array of privileges (privilege) Folder privileges
path path (string) Folder path of this folder