FormEngineUserControlSetValue Method (String, Object, Boolean) |
Sets the property value of the control, setting the value affects only local property value.
Namespace: CMS.FormControlsAssembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax public bool SetValue(
string propertyName,
Object value,
bool isMacro
)
Parameters
- propertyName
- Type: SystemString
Property name to set - value
- Type: SystemObject
New property value - isMacro
- Type: SystemBoolean
If true, the property value is a macro
Return Value
Type:
BooleanSee Also