Aqualogic Interaction API  
 

IPTObjectManager.GetWriteDataStream Method 

Obtain stream to write data to BLOB or file associated with object. Used internally for job persistence.

object GetWriteDataStream(
   int objId,
   string bstrNote
);

Parameters

objId
the object ID of the object whose stream is sought
bstrNote
Optional header information String

Return Value

a write data stream for this object

See Also

IPTObjectManager Interface | com.plumtree.server Namespace