JsonMapSetPathIndexes 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 string SetPathIndexes(
	string sourceValuePath,
	string targetPath
)

Parameters

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

Return Value

String
The target value path.

See Also