JsonAdminCommentPreserverGetAdminComments Method
Extracts mfadmin-compatible comments from a json structure.
Namespace: MFiles.VAF.Configuration.JsonMappingAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public IEnumerable<JsonAdminComment> GetAdminComments(
JObject source
)
- source JObject
- The json structure that may contain comments.
IEnumerableJsonAdminCommentList of comments found (and their locations).