StagedFile Data Type

REST entity for the file, contained in the Content Staging package.

Subtypes
ContentPackageFile, StagedImage, ContentPackageImage
Properties
name data type description
fileType string File type
description string Description
fileSize number File size
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
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)
Properties inherited from StagedLocalizableObject
masterId string
disinheritedChannelIds array of string
disinheritDefault boolean
excluded boolean
Properties inherited from StagingBase
name string
id string

Example

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