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.JsonMappingAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public static string SetPathIndexes(
string targetPath,
string sourceValuePath
)
- targetPath String
- The generic target path defined by the mapping for the source value.
- sourceValuePath String
- The path to a specific value being mapped.
StringThe target value path.