JsonPathInfoResolveSegmentPlaceholders Method |
Resolves any placeholders within a single path segment.
Namespace:
MFiles.VAF.Configuration.JsonMapping
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic static string[] ResolveSegmentPlaceholders(
string segment
)
Public Shared Function ResolveSegmentPlaceholders (
segment As String
) As String()
public:
static array<String^>^ ResolveSegmentPlaceholders(
String^ segment
)
Parameters
- segment
- Type: SystemString
The segment to resolve placeholders for.
Return Value
Type:
StringList of placeholders if any.
See Also