Initializes a new instance of the JidMultiField class for use in a submitting dataform.

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

Syntax

C#
public JidMultiField(
	string name,
	params Jid[] values
)

Parameters

name
Type: System..::..String
The name of the field.
values
Type: array<S22.Xmpp..::..Jid>[]()[][]
The values of the field.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionThe name parameter is null.

See Also