Click or drag to resize
FormEngineUserControlSetValue Method (String, Object, Boolean)
Sets the property value of the control, setting the value affects only local property value.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
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: Boolean
See Also