convert_owner property

convert_owner property

The ConvertOwner flag indicates whether the owner of the converted document is set.

Implements IDocumentsContainerLoadOptions.convert_owner. Default is True.

Definition:

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

See Also