JsonAdminCommentPreserverRestoreComments(JObject, JObject, String) 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(
	JObject source,
	JObject target,
	string commentPath
)

Parameters

source  JObject
The source JSON structure that may contain preserved comments.
target  JObject
The target JSON structure (that can contain MFAdmin-compatible comments).
commentPath  String
The path to where the comments would have been stored in the source JSON.

See Also