Command "Delete"

Summary

Deletes the document, element.... The command belongs to the group "Document".


Parameters

Parameter Name Description Type
Ref The name of the reference to the element to be deleted. readReference

Valid parameter combinations



Description

Deletes a reference, which is either a property, an element or an element attribute.

Examples


Example 1

The example below shows how to delete the element "MyElement". This also deletes its subelements if exitsting.
<Delete Ref="$MyElement"/>
This example deletes the attribute "color" of the element "MyElement".
<Delete Ref="$MyElement.color"/>