Defines possible values for the different types of data-forms.

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 DataFormType

Members

Member nameValueDescription
Form0 The form is a requesting form, i.e. the form-processing entity is asking the form-submitting entity to complete it.
Submit1 The form-submitting entity is submitting data to the form-processing entity.
Cancel2 The form-submitting entity wishes to signal cancellation of submission of data to the form-processing entity.
Result3 The form-processing entity is returning data (e.g., search results) to the form-submitting entity, or the data is a generic data set.

See Also