Save method: Content Reference class
Syntax
Save()
Description
The Save method saves any changes you made to the content reference, for example, a changed description. It also performs some validation.
Using this method also saves any changes you made to PermissionValue or AttributeValue objects associated with this content reference.
Parameters
None.
Returns
A Boolean value: True if the content reference and its associated objects saved successfully, False otherwise.
Example
If NOT(&MyCRef.Save()) Then
/* save failed, do error processing */
End-If;