Delete method: Content Reference Link class
Syntax
Delete()
Description
Use the delete method to delete the link from the database.
Note:
The portal registry classes execute some methods "interactively", that is, as they happen. The link is not marked for deletion, then actually deleted later. The link is deleted from the database as soon as the method is executed.
Parameters
None.
Returns
A Boolean value: True if the content reference link and its associated objects are deleted successfully, False otherwise.