Click or drag to resize
TreeNodeSetIntegerValue Method
Sets the integer value of the Tree node.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public virtual bool SetIntegerValue(
	string columnName,
	int value,
	bool allowZero
)

Parameters

columnName
Type: SystemString
Column name
value
Type: SystemInt32
New value
allowZero
Type: SystemBoolean
If false, only positive values are valid

Return Value

Type: Boolean
Returns true if the value was changed
See Also