DZContent method: DZContent class

Syntax

DZContent(SUBPAGE_NAME)

Description

Use the DZContent constructor method to instantiate a DZContent object. After instantiating the object, use the GetConfiguration method to return all of the components system wide where this subpage has been configured.

Parameters

Parameter Description

SUBPAGE_NAME

Specifies the name of the subpage as a string value.

Returns

A DZContent object.

Example

import PTCS_DROPZONE:*;

Local PTCS_DROPZONE:DZContent &dzContent = create PTCS_DROPZONE:DZContent("MY_SUBPAGE_SBF");