ContentPackageImage Data Type

Content staging package item.

Properties
name data type description
description string Description
fpX number Return the focal point x-axis factor.
alternateUrls array of string Alternate URLs (in alphabetical order)
excluded boolean
disinheritDefault boolean
masterId 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)
fileType string File type
fileSize number File size
customCdate number Custom creation date of the page (set to 0 for clearing custom creation date and falling back to the real creation date)
customEdate number Custom edit date of the page (set to 0 for clearing custom edit date and falling back to the real edit date)
name string
disinheritedChannelIds array of string
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
niceUrl string Nice URL
fpY number Return the focal point y-axis factor.
forceOnline boolean Flag for force online
id string

Example

{
  "description" : "...",
  "fpX" : 12345.0,
  "alternateUrls" : [ "...", "..." ],
  "excluded" : true,
  "disinheritDefault" : true,
  "masterId" : "...",
  "errors" : [ {
    "error" : "...",
    "kind" : "NO_BINARY"
  }, {
    "error" : "...",
    "kind" : "EXCEPTION"
  } ],
  "sizeX" : 12345,
  "sizeY" : 12345,
  "dpiX" : 12345,
  "fileType" : "...",
  "fileSize" : 12345,
  "customCdate" : 12345,
  "customEdate" : 12345,
  "name" : "...",
  "disinheritedChannelIds" : [ "...", "..." ],
  "objectTags" : {
    "property1" : {
      "construct" : {
        "id" : "...",
        "hash" : "..."
      },
      "active" : true,
      "properties" : {
        "property1" : {
          "type" : "BOOLEAN",
          "id" : "...",
          "partId" : "...",
          "stringValue" : "...",
          "booleanValue" : true,
          "fileId" : "...",
          "imageId" : "...",
          "folderId" : "...",
          "pageId" : "...",
          "templateId" : "...",
          "contentTagId" : "...",
          "templateTagId" : "...",
          "nodeId" : "...",
          "formId" : "...",
          "stringValues" : [ "...", "..." ],
          "options" : [ { }, { } ],
          "selectedOptions" : [ { }, { } ],
          "datasource" : { },
          "overview" : { },
          "name" : "...",
          "hash" : "..."
        },
        "property2" : {
          "type" : "TEMPLATETAG",
          "id" : "...",
          "partId" : "...",
          "stringValue" : "...",
          "booleanValue" : true,
          "fileId" : "...",
          "imageId" : "...",
          "folderId" : "...",
          "pageId" : "...",
          "templateId" : "...",
          "contentTagId" : "...",
          "templateTagId" : "...",
          "nodeId" : "...",
          "formId" : "...",
          "stringValues" : [ "...", "..." ],
          "options" : [ { }, { } ],
          "selectedOptions" : [ { }, { } ],
          "datasource" : { },
          "overview" : { },
          "name" : "...",
          "hash" : "..."
        }
      },
      "definition" : {
        "id" : "...",
        "hash" : "..."
      },
      "type" : "TEMPLATETAG",
      "id" : "...",
      "name" : "..."
    },
    "property2" : {
      "construct" : {
        "id" : "...",
        "hash" : "..."
      },
      "active" : true,
      "properties" : {
        "property1" : {
          "type" : "BREADCRUMB",
          "id" : "...",
          "partId" : "...",
          "stringValue" : "...",
          "booleanValue" : true,
          "fileId" : "...",
          "imageId" : "...",
          "folderId" : "...",
          "pageId" : "...",
          "templateId" : "...",
          "contentTagId" : "...",
          "templateTagId" : "...",
          "nodeId" : "...",
          "formId" : "...",
          "stringValues" : [ "...", "..." ],
          "options" : [ { }, { } ],
          "selectedOptions" : [ { }, { } ],
          "datasource" : { },
          "overview" : { },
          "name" : "...",
          "hash" : "..."
        },
        "property2" : {
          "type" : "TEMPLATETAG",
          "id" : "...",
          "partId" : "...",
          "stringValue" : "...",
          "booleanValue" : true,
          "fileId" : "...",
          "imageId" : "...",
          "folderId" : "...",
          "pageId" : "...",
          "templateId" : "...",
          "contentTagId" : "...",
          "templateTagId" : "...",
          "nodeId" : "...",
          "formId" : "...",
          "stringValues" : [ "...", "..." ],
          "options" : [ { }, { } ],
          "selectedOptions" : [ { }, { } ],
          "datasource" : { },
          "overview" : { },
          "name" : "...",
          "hash" : "..."
        }
      },
      "definition" : {
        "id" : "...",
        "hash" : "..."
      },
      "type" : "CONTENTTAG",
      "id" : "...",
      "name" : "..."
    }
  },
  "dpiY" : 12345,
  "gisResizable" : true,
  "niceUrl" : "...",
  "fpY" : 12345.0,
  "forceOnline" : true,
  "id" : "..."
}