JsonPathInfoResolveSegmentsWithWildCardArrayIndexes Method |
Gets the indexes of segments with wild-card array indexes.
Namespace:
MFiles.VAF.Configuration.JsonMapping
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic static int[] ResolveSegmentsWithWildCardArrayIndexes(
string[] segments
)
Public Shared Function ResolveSegmentsWithWildCardArrayIndexes (
segments As String()
) As Integer()
public:
static array<int>^ ResolveSegmentsWithWildCardArrayIndexes(
array<String^>^ segments
)
Parameters
- segments
- Type: SystemString
The list of path segments.
Return Value
Type:
Int32Segment indexes.
See Also