WebCenter Interaction API  
 

IPTMigrationElement.WriteSimpleElement Method (String, Double)

Creates a new child node of the currently active element, with the specified name, and associates a value with the node.

void WriteSimpleElement(
   string strElementName,
   double dValue
);

Parameters

strElementName
- The name of the new child node.
dValue
- The value to associate with the new node.

See Also

IPTMigrationElement Interface | com.plumtree.server Namespace | IPTMigrationElement.WriteSimpleElement Overload List