JsonAdminCommentPreserverGetPreservedComments Method
Extracts a list of comments preserved in a non-mfadmin-compatible json structure.
Namespace: MFiles.VAF.Configuration.JsonMappingAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public IEnumerable<JsonAdminComment> GetPreservedComments(
JObject source,
string commentsPath
)
- source JObject
- The json to extract the comments from.
- commentsPath String
- The custom path where comments would have been saved.
IEnumerableJsonAdminCommentList of preserved comments.