IsPermanent: Boolean;
The IsPermanent property returns whether the repository document is permanent.
The property returns True if the current document is based on a repository document, and False if a document is created based on the file, which has not been yet saved in the repository as a process' child object. To save the document as a process' child object, use the SaveToPP method.
The property use is given in the example for IBProcessEmailDocuments.Add.
See also: