JsonAdminCommentPreserverRestoreComments(IEnumerableJsonAdminComment, JObject) Method

Restores the MFAdmin-compatible comments into the target JSON structure from preserved comments in the source JSON structure..

Definition

Namespace: MFiles.VAF.Configuration.JsonMapping
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
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).

See Also