PlaceholderTemplateParserParsePlaceholder Method

Splits a single placeholder into one or more command levels, and loads the correct command handlers.

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static List<LevelInfo> ParsePlaceholder(
	string text
)

Parameters

text  String
The placeholder string to parse.

Return Value

ListLevelInfo

See Also