GetConfigDataByName method: DynamicLoader class

Syntax

GetConfigDataByName(config_data_name)

Description

Use this method to retrieve specific data configurations after initialization. If you want to retrieve all data configurations, use the GetConfigData method.

Parameters

Parameter Description

config_data_name

Specifies a data-configuration name as a String value.

Note: You should enter the style class-based data configuration without the data_ prefix.

For style class-based data configurations, see Portal Technology: Using Delivered PeopleTools Section Templates.

Returns

A String representing the value of the specified data configuration.