The <remove-item> tag is a procedural tag for removing items from the repository. It has no child tags and the following attributes:

remove-item Tag Attributes

Attribute

Description

Value

item-descriptor

The name of the item descriptor to use when removing an item.

Required.

id

Specifies an id to use for this item

RepositoryId of item.

tag

If you added your item with an <add-item> tag using the tag attribute, you can refer to that item in the same XML file with the tag attribute in the <remove-item> tag.

Optional.

remove-references-to

If true, items that refer to the item to be removed will also be removed.

Boolean. Default is false.

 
loading table of contents...