ContentPackageFolder Data Type

Content staging package item.

Properties
name data type description
errors array of StagedError Get list of errors related to this object.
publishDir string Publish directory of the folder
id string
description string Description
objectTags map of StagedObjectTag Map of object tags of the folder
nameI18n map of string Map of translated names (keys are the language codes)
descriptionI18n map of string Map of translated descriptions (keys are the language codes)
publishDirI18n map of string Map of translated publish directories (keys are the language codes)
templateIds array of string IDs of assigned templates
excluded boolean
name string
masterId string
disinheritedChannelIds array of string
disinheritDefault boolean

Example

{
  "errors" : [ {
    "error" : "...",
    "kind" : "NO_BINARY"
  }, {
    "error" : "...",
    "kind" : "NO_BINARY"
  } ],
  "publishDir" : "...",
  "id" : "...",
  "description" : "...",
  "objectTags" : {
    "property1" : {
      "id" : "...",
      "definition" : {
        "id" : "...",
        "hash" : "..."
      },
      "name" : "...",
      "construct" : {
        "id" : "...",
        "hash" : "..."
      },
      "active" : true,
      "properties" : {
        "property1" : {
          "type" : "NODE",
          "id" : "...",
          "partId" : "...",
          "stringValue" : "...",
          "booleanValue" : true,
          "fileId" : "...",
          "imageId" : "...",
          "folderId" : "...",
          "pageId" : "...",
          "templateId" : "...",
          "contentTagId" : "...",
          "templateTagId" : "...",
          "nodeId" : "...",
          "formId" : "...",
          "stringValues" : [ "...", "..." ],
          "options" : [ { }, { } ],
          "selectedOptions" : [ { }, { } ],
          "datasource" : { },
          "overview" : { },
          "name" : "...",
          "hash" : "..."
        },
        "property2" : {
          "type" : "NODE",
          "id" : "...",
          "partId" : "...",
          "stringValue" : "...",
          "booleanValue" : true,
          "fileId" : "...",
          "imageId" : "...",
          "folderId" : "...",
          "pageId" : "...",
          "templateId" : "...",
          "contentTagId" : "...",
          "templateTagId" : "...",
          "nodeId" : "...",
          "formId" : "...",
          "stringValues" : [ "...", "..." ],
          "options" : [ { }, { } ],
          "selectedOptions" : [ { }, { } ],
          "datasource" : { },
          "overview" : { },
          "name" : "...",
          "hash" : "..."
        }
      },
      "type" : "CONTENTTAG"
    },
    "property2" : {
      "id" : "...",
      "definition" : {
        "id" : "...",
        "hash" : "..."
      },
      "name" : "...",
      "construct" : {
        "id" : "...",
        "hash" : "..."
      },
      "active" : true,
      "properties" : {
        "property1" : {
          "type" : "FOLDER",
          "id" : "...",
          "partId" : "...",
          "stringValue" : "...",
          "booleanValue" : true,
          "fileId" : "...",
          "imageId" : "...",
          "folderId" : "...",
          "pageId" : "...",
          "templateId" : "...",
          "contentTagId" : "...",
          "templateTagId" : "...",
          "nodeId" : "...",
          "formId" : "...",
          "stringValues" : [ "...", "..." ],
          "options" : [ { }, { } ],
          "selectedOptions" : [ { }, { } ],
          "datasource" : { },
          "overview" : { },
          "name" : "...",
          "hash" : "..."
        },
        "property2" : {
          "type" : "PAGE",
          "id" : "...",
          "partId" : "...",
          "stringValue" : "...",
          "booleanValue" : true,
          "fileId" : "...",
          "imageId" : "...",
          "folderId" : "...",
          "pageId" : "...",
          "templateId" : "...",
          "contentTagId" : "...",
          "templateTagId" : "...",
          "nodeId" : "...",
          "formId" : "...",
          "stringValues" : [ "...", "..." ],
          "options" : [ { }, { } ],
          "selectedOptions" : [ { }, { } ],
          "datasource" : { },
          "overview" : { },
          "name" : "...",
          "hash" : "..."
        }
      },
      "type" : "CONTENTTAG"
    }
  },
  "nameI18n" : {
    "property1" : "...",
    "property2" : "..."
  },
  "descriptionI18n" : {
    "property1" : "...",
    "property2" : "..."
  },
  "publishDirI18n" : {
    "property1" : "...",
    "property2" : "..."
  },
  "templateIds" : [ "...", "..." ],
  "excluded" : true,
  "name" : "...",
  "masterId" : "...",
  "disinheritedChannelIds" : [ "...", "..." ],
  "disinheritDefault" : true
}