ContentPackageFolder Data Type

Content staging package item.

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

Example

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