ContentRepositoryFragmentInPackage Data Type

ContentRepository Fragment in a package.
If the object does not have a (local) ID, this means that the object was not synchronized to the CMS.
It is also possible, that the global ID of the object is null, if it is not set in the gentics_structure.json file.
Objects without global ID in the filesystem can be imported into the CMS, but will never be "in sync", because they cannot be identified without global ID.

Properties
name data type description
globalId string Global ID
id number Local ID
name string Fragment name
packageName string Name of the package that contains the object

Example

{
  "globalId" : "0737.82ae915c-059c-11f0-ae44-482ae36fb1c5",
  "id" : 12345,
  "name" : "...",
  "packageName" : "..."
}