Click or drag to resize
TreeNodeSetValue Method (String, Object)
Sets value of the specified node column.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public override bool SetValue(
	string columnName,
	Object value
)

Parameters

columnName
Type: SystemString
Column name
value
Type: SystemObject
Value

Return Value

Type: Boolean
Returns true if the operation was successful

Implements

ISimpleDataContainerSetValue(String, Object)
ISearchableSetValue(String, Object)
ISimpleDataContainerSetValue(String, Object)
See Also