JsonPathInfoSetPathIndexes Method |
Get the specific path for a target value by
replacing any array index wild cards in the target path with
indexes used in the source value's path.
Namespace:
MFiles.VAF.Configuration.JsonMapping
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic static string SetPathIndexes(
string targetPath,
string sourceValuePath
)
Public Shared Function SetPathIndexes (
targetPath As String,
sourceValuePath As String
) As String
public:
static String^ SetPathIndexes(
String^ targetPath,
String^ sourceValuePath
)
Parameters
- targetPath
- Type: SystemString
The generic target path defined by the mapping for the source value. - sourceValuePath
- Type: SystemString
The path to a specific value being mapped.
Return Value
Type:
StringThe target value path.
See Also