Show / Hide Table of Contents

    Enum LiquidContentType

    Defines the original source content type provided to Liquid component.

    Namespace: Nevatech.Vsb.Repository.Processing
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public enum LiquidContentType

    Fields

    Name Description
    Auto

    Component will try to parse the original content as XML, if it fails then as JSON, and if it fails again, it will be provided as the original string object. If conversion succeeds then content will be provided as a graph of objects.

    Json

    The original content will be parsed out from JSON and then provided as a graph of objects.

    None

    The template does not require any content object, so the original content will NOT be provided.

    Raw

    The original content will be provided as a string object.

    Xml

    The original content will be parsed out from XML and then provided as a graph of objects. The properties corresponding to XML attributes will be prefixed with "@" symbol.

    Back to top Nevatech Sentinet 6.5 Online Documentation