| | WebCenter Interaction API | |
| IPTMigrationElement.OverwriteSimpleElement Method (String, Double) |
Overwrites the value of an existing child element of the currently active node.
void OverwriteSimpleElement(
string strElementName,
double dNewValue
);
Parameters
-
strElementName
- - The name of the child element.
-
dNewValue
- - The new value to associate with the child node.
See Also
IPTMigrationElement Interface | com.plumtree.server Namespace | IPTMigrationElement.OverwriteSimpleElement Overload List