Class LiquidTemplateParameters
Defines the parameters required for rendering a Liquid template.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Services
Assembly: Nevatech.Vsb.Repository.dll
Syntax
[DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
public sealed class LiquidTemplateParameters
Constructors
LiquidTemplateParameters()
Declaration
public LiquidTemplateParameters()
Properties
Content
Gets or sets the XML or JSON representation of an object that should be parsed and provided to the template for parameters binding.
Declaration
[DataMember]
public string Content { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ContentType
Gets or sets the type of the provided content.
Declaration
[DataMember]
public LiquidContentType ContentType { get; set; }
Property Value
| Type | Description |
|---|---|
| LiquidContentType |
Template
Gets or sets the Liquid template (https://shopify.github.io/liquid/).
Declaration
[DataMember]
public string Template { get; set; }
Property Value
| Type | Description |
|---|---|
| string |