Creates a new child node of the currently active element, with the specified name, and associates a value with the node.
Creates a new child node of the currently active element, with the specified name, and associates a value with the node.
void WriteSimpleElement(string,IXPPropertyBag);
Creates a new child node of the currently active element, with the specified name, and associates a value with the node.
void WriteSimpleElement(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,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,int);
Creates a new child node of the currently active element, with the specified name, and associates a value with the node.
void WriteSimpleElement(string,object);
Creates a new child node of the currently active element, with the specified name, and associates a value with the node.
void WriteSimpleElement(string,float);
Creates a new child node of the currently active element, with the specified name, and associates a value with the node.
void WriteSimpleElement(string,string);
IPTMigrationElement Interface | com.plumtree.server Namespace