ContentPackageFolder Data Type

Content staging package item.

Properties
name data type description
disinheritDefault boolean
excluded boolean
name string
errors array of StagedError Get list of errors related to this object.
publishDir string Publish directory of the folder
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
disinheritedChannelIds array of string
id string
masterId string

Example

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