M-Files Vault Application Framework
C#
Show/Hide TOC
Json
Path
Info
Resolve
Placeholders(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#
Copy
public
static
Dictionary
<
int
,
string
[]>
ResolvePlaceholders
(
string
path
)
Parameters
path
String
The path to extract placeholders from.
Return Value
Dictionary
Int32
,
String
Placeholders in the path.
See Also
Reference
JsonPathInfo Class
ResolvePlaceholders Overload
MFiles.VAF.Configuration.JsonMapping Namespace
In This Article
Definition
Parameters
Return Value
See Also