convert_owned property

convert_owned property

The ConvertOwned flag that indicates owned documents will be converted. This read‑only property always returns True and implements IDocumentsContainerLoadOptions.convert_owned.

Definition:

@property
def convert_owned(self):
    ...

See Also