Aqualogic Interaction API  
 

IPTMigrationElement.OverwriteSimpleElement Method

Overwrites the value of an existing child element of the currently active node.

Overload List

Overwrites the value of an existing child element of the currently active node.

void OverwriteSimpleElement(string,IXPPropertyBag);

Overwrites the value of an existing child element of the currently active node.

void OverwriteSimpleElement(string,XPDateTime);

Overwrites the value of an existing child element of the currently active node.

void OverwriteSimpleElement(string,double);

Overwrites the value of an existing child element of the currently active node.

void OverwriteSimpleElement(string,int);

Overwrites the value of an existing child element of the currently active node.

void OverwriteSimpleElement(string,float);

Overwrites the value of an existing child element of the currently active node.

void OverwriteSimpleElement(string,string);

See Also

IPTMigrationElement Interface | com.plumtree.server Namespace