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