EssentialsFeatureSetFromJson Method
Froms the json.

Namespace: Geocortex.Essentials.Client
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
public static EssentialsFeatureSet FromJson(
	string json
)

Parameters

json
Type: SystemString
The json.

Return Value

Type: EssentialsFeatureSet
The EssentialsFeatureSet from json
See Also