Package Content DataSet
A dataset that contains information about a versioned packaged components.
Inherits from Render DataSets
"dataset" : {
"name" : "PackageContentDataSet",
"version" : "1.0.0"
}package - Information about the versioned package (Deploy -> Packaged Components)
componentHeadersSets - An array of headers of all versioned top-level components (first component of each Component Package), incl. their all sub-components (what you see when you look at the package details).

The first component (component[0]) of each array element refers to the top-level component. Referring to the picture, the first array would contains three elements, and the first element of each represents a component form the list, followed by all its sub ( included) components.
Last updated