Aqualogic Interaction API  
 

IPTMigrationManager.ExportObject Method 

Exports a single object into an IPTMigrationElement. For use on export only.

IPTMigrationElement ExportObject(
   int nClassID,
   int nObjectID,
   IXPPropertyBag pMigrationConfigBag
);

Parameters

nClassID
- The classID of the object to export.
nObjectID
- The objectID of the object to export.
pMigrationConfigBag
- A configuration propertybag containing parameters that specify whether or not to include ACL information and EOD information, for example, in the serialized IPTMigrationElement.

Return Value

IPTMigrationElement representing the object.

See Also

IPTMigrationManager Interface | com.plumtree.server Namespace