Click or drag to resize

IHierarchyNodeChangeCodeAndName Method

Changes the code and the name of the node.

Namespace:  Aloe.EnterpriseOne.Model.Core.Hierarchies
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
void ChangeCodeAndName(
	ICodeNamePair newCodeAndName
)

Parameters

newCodeAndName
Type: Aloe.EnterpriseOne.Model.CoreICodeNamePair
The New code and name.
See Also