convert_owner property

convert_owner property

The property indicates whether the document owner should be converted.

Implements IDocumentsContainerLoadOptions.convert_owner. It is read‑only; when False, the owner will not be converted.

Definition:

@property
def convert_owner(self):
    ...

See Also