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[] pathSegments
)
Public Shared Function ResolvePlaceholders (
pathSegments As String()
) As Dictionary(Of Integer, String())
public:
static Dictionary<int, array<String^>^>^ ResolvePlaceholders(
array<String^>^ pathSegments
)
Parameters
- pathSegments
- Type: SystemString
The path segments to extract placeholders from.
Return Value
Type:
DictionaryInt32,
StringPlaceholders in the path.
See Also