Aqualogic Interaction API  
 

IPTMigrationManager.WriteUserDataItemToPackage Method 

Writes a user-specified metadata item to the migration package. For use on export only.

void WriteUserDataItemToPackage(
   string strName,
   string strValue
);

Parameters

strName
- The name of the metadata item to store.
strValue
- The value to associate.

See Also

IPTMigrationManager Interface | com.plumtree.server Namespace