Save method: RCService class

Syntax

Save()

Description

The Save method saves the related content service configurations for this component to the database. Invoke the Save method after instantiating a new component configuration, after updating configuration properties for the component, or after invoking any of these methods: AddNewService, DeleteService, or DeleteServiceInstance.

Parameters

None.

Returns

A boolean value: True if the save is successful, False otherwise.

Example

Local boolean &bRet = &pgRFFlRcService.Save();