ContentPackageImage Data Type

Content staging package item.

Properties
name data type description
fileType string File type
fileSize number File size
niceUrl string Nice URL
masterId string
id string
disinheritedChannelIds array of string
customCdate number Custom creation date of the page (set to 0 for clearing custom creation date and falling back to the real creation date)
name string
errors array of StagedError Get list of errors related to this object.
sizeX number Image size (x-Dimension)
sizeY number Image size (y-Dimension)
dpiX number DPI (x-Dimension)
description string Description
excluded boolean
objectTags map of StagedObjectTag Map of object tags of this file
dpiY number DPI (y-Dimension)
gisResizable boolean Whether the image is resizable by Gentics Image Store
fpX number Return the focal point x-axis factor.
fpY number Return the focal point y-axis factor.
alternateUrls array of string Alternate URLs (in alphabetical order)
forceOnline boolean Flag for force online
customEdate number Custom edit date of the page (set to 0 for clearing custom edit date and falling back to the real edit date)
disinheritDefault boolean

Example

{
  "fileType" : "...",
  "fileSize" : 12345,
  "niceUrl" : "...",
  "masterId" : "...",
  "id" : "...",
  "disinheritedChannelIds" : [ "...", "..." ],
  "customCdate" : 12345,
  "name" : "...",
  "errors" : [ {
    "error" : "...",
    "kind" : "OTHER"
  }, {
    "error" : "...",
    "kind" : "OTHER"
  } ],
  "sizeX" : 12345,
  "sizeY" : 12345,
  "dpiX" : 12345,
  "description" : "...",
  "excluded" : true,
  "objectTags" : {
    "property1" : {
      "name" : "...",
      "construct" : {
        "id" : "...",
        "hash" : "..."
      },
      "active" : true,
      "properties" : {
        "property1" : {
          "type" : "LOCALFILE",
          "id" : "...",
          "partId" : "...",
          "stringValue" : "...",
          "booleanValue" : true,
          "fileId" : "...",
          "imageId" : "...",
          "folderId" : "...",
          "pageId" : "...",
          "templateId" : "...",
          "contentTagId" : "...",
          "templateTagId" : "...",
          "nodeId" : "...",
          "stringValues" : [ "...", "..." ],
          "options" : [ { }, { } ],
          "selectedOptions" : [ { }, { } ],
          "overview" : { },
          "hash" : "...",
          "name" : "...",
          "formId" : "...",
          "datasource" : { }
        },
        "property2" : {
          "type" : "UNORDEREDLIST",
          "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" : "PAGETAG",
          "id" : "...",
          "partId" : "...",
          "stringValue" : "...",
          "booleanValue" : true,
          "fileId" : "...",
          "imageId" : "...",
          "folderId" : "...",
          "pageId" : "...",
          "templateId" : "...",
          "contentTagId" : "...",
          "templateTagId" : "...",
          "nodeId" : "...",
          "stringValues" : [ "...", "..." ],
          "options" : [ { }, { } ],
          "selectedOptions" : [ { }, { } ],
          "overview" : { },
          "hash" : "...",
          "name" : "...",
          "formId" : "...",
          "datasource" : { }
        },
        "property2" : {
          "type" : "FORM",
          "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"
    }
  },
  "dpiY" : 12345,
  "gisResizable" : true,
  "fpX" : 12345.0,
  "fpY" : 12345.0,
  "alternateUrls" : [ "...", "..." ],
  "forceOnline" : true,
  "customEdate" : 12345,
  "disinheritDefault" : true
}