| TreeNodeSetIntegerValue Method  | 
            Sets the integer value of the Tree node.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntaxpublic 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: 
BooleanReturns true if the value was changed
See Also