JsonPathInfoResolvePlaceholders(String) Method
Finds all placeholders and indexes them by their segment index.
Namespace: MFiles.VAF.Configuration.JsonMappingAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public static Dictionary<int, string[]> ResolvePlaceholders(
string[] pathSegments
)
- pathSegments String
- The path segments to extract placeholders from.
DictionaryInt32,
StringPlaceholders in the path.