Defines possible values for the different types 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 enum DataFieldType

Members

Member nameValueDescription
Boolean0 The field provides an either-or choice between two options.
Fixed1 The field is intended for data description rather than data gathering.
Hidden2 The field is not shown to the form-submitting entity, but instead is returned with the form.
JidMulti3 The field enables an entity to gather or provide multiple Jabber IDs.
JidSingle4 The field enables an entity to gather or provide a single Jabber ID.
ListMulti5 The field enables an entity to gather or provide one or more options from among many.
ListSingle6 The field enables an entity to gather or provide one option from among many.
TextMulti7 The field enables an entity to gather or provide multiple lines of text.
TextSingle8 The field enables an entity to gather or provide a single line or word of text, which may be shown in an interface.
TextPrivate9 The field enables an entity to gather or provide a single line or word of text, which shall be obscured in an interface (e.g., with multiple instances of the asterisk character).

See Also