Click or drag to resize
VisibilityConditionConfigurationJsonConverterWriteJson Method
Writes the JSON representation of the object for visibility condition.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public override void WriteJson(
	JsonWriter writer,
	Object value,
	JsonSerializer serializer
)

Parameters

writer
Type: JsonWriter
Writer that provided a way for generating JSON data.
value
Type: SystemObject
Configuration to be serialized.
serializer
Type: JsonSerializer
The calling serializer.
See Also