Aqualogic Interaction API  
 

IPTPersist.GetDirty Method 

Retrieves 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.

bool GetDirty();

Return Value

is the object dirty

See Also

IPTPersist Interface | com.plumtree.server Namespace