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
Syntaxvoid ChangeCodeAndName(
ICodeNamePair newCodeAndName
)
Sub ChangeCodeAndName (
newCodeAndName As ICodeNamePair
)
void ChangeCodeAndName(
ICodeNamePair^ newCodeAndName
)
abstract ChangeCodeAndName :
newCodeAndName : ICodeNamePair -> unit
Parameters
- newCodeAndName
- Type: Aloe.EnterpriseOne.Model.CoreICodeNamePair
The New code and name.
See Also