RCServiceConfig Class
Use the PTCS_SRVCONFIG:RCServiceConfig application class to maintain the related content service configurations associated with a specific component. Use the methods and properties of this class to create, update, and delete service configurations.
You can instantiate an object of this class three different ways:
-
Invoking the AddNewService method of the PTCS_SERVICE:RCService class to return a PTCS_SRVCONFIG:RCServiceConfig object representing either a new or an existing configuration for that component.
-
Invoking the GetServiceInfo method of the PTCS_SERVICE:RCService class to return an array of PTCS_SRVCONFIG:RCServiceConfig objects representing all service configurations for that component.
-
Invoking the CloneForNewFull method to instantiate a new PTCS_SRVCONFIG:RCServiceConfig object by copying the current related content service configuration (the system generates a new instance ID).
Note:
The RCServiceConfig class does not support managing related action configurations for MAP layouts.
Related Topics
- Portal Technology: Assigning Related Content to Classic Components and Pages
- Portal Technology: Assigning Related Content to Fluid Components and Pages
- Portal Technology: Assigning Related Actions to Classic Pages, Fluid Pages, and Pivot Grids
- Portal Technology: Mapping Application Class PeopleCode to Component Events
- AddNewService method: RCService class
- GetServiceInfo method: RCService class
- CloneForNewFull method: RCServiceConfig class