ContentPackageFolder Data Type

Content staging package item.

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

Example

{
  "masterId" : "...",
  "disinheritDefault" : true,
  "name" : "...",
  "description" : "...",
  "disinheritedChannelIds" : [ "...", "..." ],
  "errors" : [ {
    "error" : "...",
    "kind" : "EXCEPTION"
  }, {
    "error" : "...",
    "kind" : "MISMATCH"
  } ],
  "objectTags" : {
    "property1" : {
      "id" : "...",
      "name" : "...",
      "construct" : {
        "id" : "...",
        "hash" : "..."
      },
      "active" : true,
      "properties" : {
        "property1" : {
          "name" : "...",
          "type" : "DATASOURCE",
          "id" : "...",
          "partId" : "...",
          "stringValue" : "...",
          "booleanValue" : true,
          "fileId" : "...",
          "imageId" : "...",
          "folderId" : "...",
          "pageId" : "...",
          "templateId" : "...",
          "contentTagId" : "...",
          "templateTagId" : "...",
          "nodeId" : "...",
          "formId" : "...",
          "stringValues" : [ "...", "..." ],
          "options" : [ { }, { } ],
          "selectedOptions" : [ { }, { } ],
          "datasource" : { },
          "overview" : { },
          "hash" : "..."
        },
        "property2" : {
          "name" : "...",
          "type" : "VELOCITY",
          "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" : "..."
      }
    },
    "property2" : {
      "id" : "...",
      "name" : "...",
      "construct" : {
        "id" : "...",
        "hash" : "..."
      },
      "active" : true,
      "properties" : {
        "property1" : {
          "name" : "...",
          "type" : "UNORDEREDLIST",
          "id" : "...",
          "partId" : "...",
          "stringValue" : "...",
          "booleanValue" : true,
          "fileId" : "...",
          "imageId" : "...",
          "folderId" : "...",
          "pageId" : "...",
          "templateId" : "...",
          "contentTagId" : "...",
          "templateTagId" : "...",
          "nodeId" : "...",
          "formId" : "...",
          "stringValues" : [ "...", "..." ],
          "options" : [ { }, { } ],
          "selectedOptions" : [ { }, { } ],
          "datasource" : { },
          "overview" : { },
          "hash" : "..."
        },
        "property2" : {
          "name" : "...",
          "type" : "PAGE",
          "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" : "..."
      }
    }
  },
  "descriptionI18n" : {
    "property1" : "...",
    "property2" : "..."
  },
  "templateIds" : [ "...", "..." ],
  "id" : "...",
  "excluded" : true,
  "publishDir" : "...",
  "nameI18n" : {
    "property1" : "...",
    "property2" : "..."
  },
  "publishDirI18n" : {
    "property1" : "...",
    "property2" : "..."
  }
}