Content staging package item.
name | data type | description |
---|---|---|
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 |
fpX | number | Return the focal point x-axis factor. |
alternateUrls | array of string | Alternate URLs (in alphabetical order) |
forceOnline | boolean | Flag for force online |
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) |
excluded | boolean | |
fileType | string | File type |
niceUrl | string | Nice URL |
fpY | number | Return the focal point y-axis factor. |
disinheritDefault | boolean | |
disinheritedChannelIds | array of string | |
fileSize | number | File size |
name | 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 |
id | string | |
masterId | string |
Example
{ "errors" : [ { "error" : "...", "kind" : "EXCEPTION" }, { "error" : "...", "kind" : "DUPLICATION" } ], "sizeX" : 12345, "sizeY" : 12345, "dpiX" : 12345, "description" : "...", "fpX" : 12345.0, "alternateUrls" : [ "...", "..." ], "forceOnline" : true, "customCdate" : 12345, "customEdate" : 12345, "excluded" : true, "fileType" : "...", "niceUrl" : "...", "fpY" : 12345.0, "disinheritDefault" : true, "disinheritedChannelIds" : [ "...", "..." ], "fileSize" : 12345, "name" : "...", "objectTags" : { "property1" : { "id" : "...", "name" : "...", "construct" : { "id" : "...", "hash" : "..." }, "active" : true, "properties" : { "property1" : { "name" : "...", "type" : "PAGETAG", "id" : "...", "partId" : "...", "stringValue" : "...", "booleanValue" : true, "fileId" : "...", "imageId" : "...", "folderId" : "...", "pageId" : "...", "templateId" : "...", "contentTagId" : "...", "templateTagId" : "...", "nodeId" : "...", "formId" : "...", "stringValues" : [ "...", "..." ], "options" : [ { }, { } ], "selectedOptions" : [ { }, { } ], "datasource" : { }, "overview" : { }, "hash" : "..." }, "property2" : { "name" : "...", "type" : "IMAGE", "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" : "FOLDER", "id" : "...", "partId" : "...", "stringValue" : "...", "booleanValue" : true, "fileId" : "...", "imageId" : "...", "folderId" : "...", "pageId" : "...", "templateId" : "...", "contentTagId" : "...", "templateTagId" : "...", "nodeId" : "...", "formId" : "...", "stringValues" : [ "...", "..." ], "options" : [ { }, { } ], "selectedOptions" : [ { }, { } ], "datasource" : { }, "overview" : { }, "hash" : "..." }, "property2" : { "name" : "...", "type" : "UNORDEREDLIST", "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" : "..." } } }, "dpiY" : 12345, "gisResizable" : true, "id" : "...", "masterId" : "..." }