Show / Hide Table of Contents

    Class LiquidTemplateParameters

    Defines the parameters required for rendering a Liquid template.

    Inheritance
    Object
    LiquidTemplateParameters
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Services
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    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
    public string Content { get; set; }
    Property Value
    Type Description
    String

    ContentType

    Gets or sets the type of the provided content.

    Declaration
    public LiquidContentType ContentType { get; set; }
    Property Value
    Type Description
    LiquidContentType

    Template

    Gets or sets the Liquid template (https://shopify.github.io/liquid/).

    Declaration
    public string Template { get; set; }
    Property Value
    Type Description
    String
    Back to top Nevatech Sentinet 6.5 Online Documentation