Click or drag to resize
FormVisibilityInfoSetVisibilityField Method
Inserts or updates specified field node.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public void SetVisibilityField(
	string fieldName,
	string visibility,
	string formName
)

Parameters

fieldName
Type: SystemString
Name of a field to update
visibility
Type: SystemString
Visibility value
formName
Type: SystemString
Form name, used if load definition is null
See Also