Siebel Life Sciences Guide > Siebel Pharma Developer's Reference > Configuring Personalized Content Delivery >

API for Using Multi-file Content


The message can access its component files in the main Flex content by making a call to the getMessageFileName(filename) application programming interface (API).

The parameter filename must be the filename of the component file in the Siebel Business Application. The Siebel Business Application returns the path of the component file. The message can then use the component file path to add additional component files to the PCD content.

For example, to access and load component files, the main message must call the following functions:

Application.application.getMessageFileName(fileName); if using Flex for content creation

The syntax for childData API is as follows:

getMessageFileName(filename:String):void

Siebel Life Sciences Guide Copyright © 2017, Oracle and/or its affiliates. All rights reserved. Legal Notices.