Click or drag to resize
InlineUserControlSetValue Method
Sets the property value of the control, setting the value affects only local property value.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public virtual bool SetValue(
	string propertyName,
	Object value
)

Parameters

propertyName
Type: SystemString
Property name to set
value
Type: SystemObject
New property value

Return Value

Type: Boolean

Implements

ISimpleDataContainerSetValue(String, Object)
See Also