Script functions reference > Script functions in alphabetical order > G > GetCompCResourceInfo

GetCompCResourceInfo
Syntax
GetCompCResourceInfo(index, $id, $name, $contentType, $section); 
index
The index identifying the resource. The index is returned from the GetCompCResourceCount function and must be 0 or a valid number that is returned.
$id
$name
$contentType
$section
Description
Gets the ID, name, content type, and the section GUID for a Composition Center resource identified in the index parameter, which is returned from the GetCompCResourceCount function. The ID, name, content type, and section GUID are added to $id, $name, $contentType, and $section variables.
This can only be used the After Process scope.
For information about other Composition Center resource functions, see Composition Center resource functions.
Returns
1
Success, which means values for $id, $name, $contentType, and $section variables are retrieved.
0
Example
See SaveCompCResourceToFile.
OpenText StreamServe 5.6.2 Updated: 2018-01-26