IFormBuilder<T>.AddRemainingFields(IEnumerable<String>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Add all fields not already added to the form.
public Microsoft.Bot.Builder.FormFlow.IFormBuilder<T> AddRemainingFields (System.Collections.Generic.IEnumerable<string> exclude = default);
abstract member AddRemainingFields : seq<string> -> Microsoft.Bot.Builder.FormFlow.IFormBuilder<'T (requires 'T : null)>
Public Function AddRemainingFields (Optional exclude As IEnumerable(Of String) = Nothing) As IFormBuilder(Of T)
Parameters
- exclude
- IEnumerable<String>
Fields not to include.
Returns
Modified IFormBuilder.
Remarks
This will add all fields defined in your form that have not already been added if the fields are supported.