Click or drag to resize
VisibilityConditionModifyMetadata Method
Modifies modelMetadata according to the current object.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public void ModifyMetadata(
	ModelMetadata modelMetadata
)

Parameters

modelMetadata
Type: ModelMetadata
Metadata to modify.
Remarks
Sets display names for properties handled by editing component. Editing component's label is used.
See Also