convert_owned property

convert_owned property

The ConvertOwned flag that indicates owned documents will be converted.

Implements IDocumentsContainerLoadOptions.convert_owned. This property is read‑only and always set to True.

Definition:

@property
def convert_owned(self):
    ...

See Also