GetSubpageName method: DZConfig class

Syntax

GetSubpageName()

Description

Use the GetSubpageName method to return the name of the subpage configured for the drop zone associated with this DZConfig object. 

Parameters

None.

Returns

A string value.

Example

import PTCS_DROPZONE:*;

Local PTCS_DROPZONE:DZComponentConfig &dzCompConfig = create PTCS_DROPZONE:DZComponentConfig("EX_EXP_SHEET_FL", "EX_ADMIN_EXPENSE_FL", "GBL");
Local PTCS_DROPZONE:DZConfig &dzConfig = &dzCompConfig.AddConfig("EX_SHEET_HDR_FL", "2");

Local string &sSBPName = &dzConfig.GetSubpageName();