wfFormWidget..::..FormWidgetInputs Property
Gets or sets the form widget inputs.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public List<wfFormWidgetInput> FormWidgetInputs { get; set; }
Public Property FormWidgetInputs As List(Of wfFormWidgetInput) Get Set
public: property List<wfFormWidgetInput^>^ FormWidgetInputs { List<wfFormWidgetInput^>^ get (); void set (List<wfFormWidgetInput^>^ value); }