Class TemplateSearchRequest
Request to search for templates
Inheritance
TemplateSearchRequest
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class TemplateSearchRequest
Properties
Language code of the template.
Declaration
[JsonProperty("languageCode", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string LanguageCode { get; set; }
Property Value
Declaration
[JsonProperty("templateType", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[JsonConverter(typeof(StringEnumConverter))]
public TemplateType? TemplateType { get; set; }
Property Value
Methods
Declaration
public static TemplateSearchRequest FromJson(string data)
Parameters
Returns