JsonPathInfoResolveSegmentPlaceholders Method

Resolves any placeholders within a single path segment.

Definition

Namespace: MFiles.VAF.Configuration.JsonMapping
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public static string[] ResolveSegmentPlaceholders(
	string segment
)

Parameters

segment  String
The segment to resolve placeholders for.

Return Value

String
List of placeholders if any.

See Also