Share via


FieldJson.ProcessTemplate(JToken, TemplateBaseAttribute) Method

Definition

protected Microsoft.Bot.Builder.FormFlow.Advanced.TemplateBaseAttribute ProcessTemplate (Newtonsoft.Json.Linq.JToken template, Microsoft.Bot.Builder.FormFlow.Advanced.TemplateBaseAttribute attribute);
member this.ProcessTemplate : Newtonsoft.Json.Linq.JToken * Microsoft.Bot.Builder.FormFlow.Advanced.TemplateBaseAttribute -> Microsoft.Bot.Builder.FormFlow.Advanced.TemplateBaseAttribute
Protected Function ProcessTemplate (template As JToken, attribute As TemplateBaseAttribute) As TemplateBaseAttribute

Parameters

template
Newtonsoft.Json.Linq.JToken

Returns

Applies to