JsonPathInfoGetPathMatcher Method |
Creates a regular expression that can matches real paths with
this path.
Namespace:
MFiles.VAF.Configuration.JsonMapping
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic Regex GetPathMatcher()
Public Function GetPathMatcher As Regex
public:
Regex^ GetPathMatcher()
Return Value
Type:
RegexRegular expression.
See Also