convert_owned property

convert_owned property

The ConvertOwned flag indicating whether the document is owned by the container.

Implements IDocumentsContainerLoadOptions.convert_owned. Default is False.

Definition:

@property
def convert_owned(self):
    ...
@convert_owned.setter
def convert_owned(self, value):
    ...

See Also