IDeletableElement Interface

Definition

Represents an XML element in an IXmlRepository that can be deleted.

public interface IDeletableElement
type IDeletableElement = interface
Public Interface IDeletableElement

Properties

DeletionOrder

Elements are deleted in increasing DeletionOrder. null means "don't delete".

Element

The XML element.

Applies to