JsonAdminCommentPreserverGetAdminComments Method

Extracts mfadmin-compatible comments from a json structure.

Definition

Namespace: MFiles.VAF.Configuration.JsonMapping
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public IEnumerable<JsonAdminComment> GetAdminComments(
	JObject source
)

Parameters

source  JObject
The json structure that may contain comments.

Return Value

IEnumerableJsonAdminComment
List of comments found (and their locations).

See Also