Aqualogic Interaction API  
 

IPTPersist.SetDirty Method 

Sets the dirty flag for this object. The dirty flag is used to record if any changes have happened to the object since it was last saved. Saving an object that is not dirty is a no-op.

void SetDirty(
   bool Value
);

Parameters

Value
is the object dirty

See Also

IPTPersist Interface | com.plumtree.server Namespace