FormVisibilityInfoSetVisibilityField Method |
Inserts or updates specified field node.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax 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