TemplateBaseAttribute.ApplyDefaults(TemplateBaseAttribute) 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.
Any default values in this template will be overridden by the supplied defaultTemplate
.
public void ApplyDefaults (Microsoft.Bot.Builder.FormFlow.Advanced.TemplateBaseAttribute defaultTemplate);
member this.ApplyDefaults : Microsoft.Bot.Builder.FormFlow.Advanced.TemplateBaseAttribute -> unit
Public Sub ApplyDefaults (defaultTemplate As TemplateBaseAttribute)
Parameters
- defaultTemplate
- TemplateBaseAttribute
Default template to use to override default values.