ContentPackageFolder Data Type

Content staging package item.

Properties
name data type description
disinheritDefault boolean
objectTags map of StagedObjectTag Map of object tags of the folder
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)
disinheritedChannelIds array of string
publishDir string Publish directory of the folder
id string
excluded boolean
description string Description
masterId string
nameI18n map of string Map of translated names (keys are the language codes)
name string
errors array of StagedError Get list of errors related to this object.
templateIds array of string IDs of assigned templates

Example

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