WebCenter Interaction API  
 

IPTMigrationElement.WriteSimpleElement Method (String, XPDateTime)

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,
   XPDateTime xpdtValue
);

Parameters

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

See Also

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