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.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
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