JsonAdminCommentPreserverRestoreComments(IEnumerableJsonAdminComment, JObject) Method
Restores the MFAdmin-compatible comments into the target JSON structure
from preserved comments in the source JSON structure..
Namespace: MFiles.VAF.Configuration.JsonMappingAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public void RestoreComments(
IEnumerable<JsonAdminComment> comments,
JObject target
)
Parameters
- comments IEnumerableJsonAdminComment
- The comments to restore.
- target JObject
- The target JSON structure (that can contain MFAdmin-compatible comments).