ContentPackageFile Data Type

Content staging package item.

Properties
name data type description
excluded boolean
masterId string
disinheritDefault boolean
errors array of StagedError Get list of errors related to this object.
fileType string File type
description string Description
customCdate number Custom creation date of the page (set to 0 for clearing custom creation date and falling back to the real creation date)
id string
fileSize number File size
customEdate number Custom edit date of the page (set to 0 for clearing custom edit date and falling back to the real edit date)
disinheritedChannelIds array of string
objectTags map of StagedObjectTag Map of object tags of this file
niceUrl string Nice URL
alternateUrls array of string Alternate URLs (in alphabetical order)
forceOnline boolean Flag for force online
name string

Example

{
  "excluded" : true,
  "masterId" : "...",
  "disinheritDefault" : true,
  "errors" : [ {
    "error" : "...",
    "kind" : "CONFIGURATION"
  }, {
    "error" : "...",
    "kind" : "DUPLICATION"
  } ],
  "fileType" : "...",
  "description" : "...",
  "customCdate" : 12345,
  "id" : "...",
  "fileSize" : 12345,
  "customEdate" : 12345,
  "disinheritedChannelIds" : [ "...", "..." ],
  "objectTags" : {
    "property1" : {
      "name" : "...",
      "construct" : {
        "id" : "...",
        "hash" : "..."
      },
      "active" : true,
      "properties" : {
        "property1" : {
          "type" : "FORM",
          "id" : "...",
          "partId" : "...",
          "stringValue" : "...",
          "booleanValue" : true,
          "fileId" : "...",
          "imageId" : "...",
          "folderId" : "...",
          "pageId" : "...",
          "templateId" : "...",
          "contentTagId" : "...",
          "templateTagId" : "...",
          "nodeId" : "...",
          "stringValues" : [ "...", "..." ],
          "options" : [ { }, { } ],
          "selectedOptions" : [ { }, { } ],
          "overview" : { },
          "hash" : "...",
          "name" : "...",
          "formId" : "...",
          "datasource" : { }
        },
        "property2" : {
          "type" : "TABLE",
          "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" : "CONTENTTAG"
    },
    "property2" : {
      "name" : "...",
      "construct" : {
        "id" : "...",
        "hash" : "..."
      },
      "active" : true,
      "properties" : {
        "property1" : {
          "type" : "FOLDER",
          "id" : "...",
          "partId" : "...",
          "stringValue" : "...",
          "booleanValue" : true,
          "fileId" : "...",
          "imageId" : "...",
          "folderId" : "...",
          "pageId" : "...",
          "templateId" : "...",
          "contentTagId" : "...",
          "templateTagId" : "...",
          "nodeId" : "...",
          "stringValues" : [ "...", "..." ],
          "options" : [ { }, { } ],
          "selectedOptions" : [ { }, { } ],
          "overview" : { },
          "hash" : "...",
          "name" : "...",
          "formId" : "...",
          "datasource" : { }
        },
        "property2" : {
          "type" : "TEMPLATETAG",
          "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"
    }
  },
  "niceUrl" : "...",
  "alternateUrls" : [ "...", "..." ],
  "forceOnline" : true,
  "name" : "..."
}