RCService method: RCService class

Syntax

RCService(portal_name, CREF_name)

Description

Use the RCService constructor method to instantiate a PTCS_SERVICE:RCService object to manage all related content service configurations for the specified component.

Parameters

Parameter Description

portal_name

Specifies a string value representing the portal name.

CREF_name

Specifies a string value representing the component using its content reference ID (also referred to as its portal object name).

Returns

None.

Example

import PTCS_SERVICE:RCService;

Component PTCS_SERVICE:RCService &pgRFFlRcService;

&pgRFFlRcService = create PTCS_SERVICE:RCService("EMPLOYEE", "QE_NUI_RI_GBL");