Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Remove all immediate child elements with the given name.

Namespace: Tangosol.Run.Xml
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public static int RemoveElement(
	IXmlElement xml,
	string name
)

Parameters

xml
Type: Tangosol.Run.Xml..::..IXmlElement
An IXmlElement.
name
Type: System..::..String
Child element name.

Return Value

The number of removed child elements.

Exceptions

ExceptionCondition
System..::..InvalidOperationException If the element is immutable or otherwise cannot remove a child element.

See Also