JsonAdminCommentPreserverGetAdminComments Method |
Extracts mfadmin-compatible comments from a json structure.
Namespace:
MFiles.VAF.Configuration.JsonMapping
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic IEnumerable<JsonAdminComment> GetAdminComments(
JObject source
)
Public Function GetAdminComments (
source As JObject
) As IEnumerable(Of JsonAdminComment)
public:
IEnumerable<JsonAdminComment^>^ GetAdminComments(
JObject^ source
)
Parameters
- source
- Type: JObject
The json structure that may contain comments.
Return Value
Type:
IEnumerableJsonAdminCommentList of comments found (and their locations).
See Also