ContentPackageFolder Data Type

Content staging package item.

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

Example

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