JsonPathInfoResolvePlaceholders(String) Method

Finds all placeholders and indexes them by their segment index.

Definition

Namespace: MFiles.VAF.Configuration.JsonMapping
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public static Dictionary<int, string[]> ResolvePlaceholders(
	string path
)

Parameters

path  String
The path to extract placeholders from.

Return Value

DictionaryInt32, String
Placeholders in the path.

See Also