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.

Definition

Namespace: MFiles.VAF.Configuration.JsonMapping
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public static string SetPathIndexes(
	string targetPath,
	string sourceValuePath
)

Parameters

targetPath  String
The generic target path defined by the mapping for the source value.
sourceValuePath  String
The path to a specific value being mapped.

Return Value

String
The target value path.

See Also