Remove the data-field with the specifid name from the list of data-fields.

Namespace: S22.Xmpp.Extensions.Dataforms
Assembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void Remove(
	string name
)

Parameters

name
Type: System..::..String
The name of the data-field to remove.

Remarks

If a data-field element with the specified name is not contained in the list of data-fields, this method does nothing.

See Also