Table of Contents

Enum FormSetting.FormType

Namespace
Dynamicweb.DataManagement
Assembly
Dynamicweb.DataManagement.dll

FormType enumeration to define how the form is generated

public enum FormSetting.FormType

Fields

Manual = 1

Manual form where the user will define it by them self

Unknown = 0

Unknown or state not set

View = 2

Using a view to create a form

To top