convert_owned property

convert_owned property

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

Definition:

@property
def convert_owned(self):
    ...

See Also