JsonPathInfoResolvePlaceholders Method (String) |
Finds all placeholders and indexes them by their segment index.
Namespace:
MFiles.VAF.Configuration.JsonMapping
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic static Dictionary<int, string[]> ResolvePlaceholders(
string path
)
Public Shared Function ResolvePlaceholders (
path As String
) As Dictionary(Of Integer, String())
public:
static Dictionary<int, array<String^>^>^ ResolvePlaceholders(
String^ path
)
Parameters
- path
- Type: SystemString
The path to extract placeholders from.
Return Value
Type:
DictionaryInt32,
StringPlaceholders in the path.
See Also