Represents a field for gathering or providing multiple Jabber IDs.

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

Syntax

C#
public class JidMultiField : DataField

Remarks

This corresponds to a Winforms ListBox control in which multiple options can be selected with the added requirement that each option be a valid JID.

Inheritance Hierarchy

System..::..Object
  S22.Xmpp.Extensions.Dataforms..::..DataField
    S22.Xmpp.Extensions.Dataforms..::..JidMultiField

See Also