Click or drag to resize

PlaceholderTemplateParser Class

Parses placeholder templates (text with multiple placeholders in them).
Inheritance Hierarchy
SystemObject
  MFiles.VAF.PlaceholdersPlaceholderTemplateParser

Namespace:  MFiles.VAF.Placeholders
Assembly:  MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntax
public static class PlaceholderTemplateParser

The PlaceholderTemplateParser type exposes the following members.

Methods
  NameDescription
Public methodStatic memberParsePlaceholder
Splits a single placeholder into one or more command levels, and loads the correct command handlers.
Public methodStatic memberParseTemplate
Parses a placeholder template text into nodes.
Top
See Also