convert_owned property

convert_owned property

The IDocumentsContainerLoadOptions.convert_owned property is read‑only and always set to True, indicating that owned documents will be converted.

Definition:

@property
def convert_owned(self):
    ...

See Also