JsonAdminCommentPreserverGetPreservedComments Method |
Extracts a list of comments preserved in a non-mfadmin-compatible json structure.
Namespace:
MFiles.VAF.Configuration.JsonMapping
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxpublic IEnumerable<JsonAdminComment> GetPreservedComments(
JObject source,
string commentsPath
)
Parameters
- source
- Type: JObject
The json to extract the comments from. - commentsPath
- Type: SystemString
The custom path where comments would have been saved.
Return Value
Type:
IEnumerableJsonAdminCommentList of preserved comments.
See Also