You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implements GroupDocs.Conversion.Contracts.IDocumentsContainerLoadOptions.ConvertOwned Default is false # noqa: E501
245
+
Option to control whether the owned documents in the documents container must be converted # noqa: E501
246
246
247
247
:param convert_owned: The convert_owned. # noqa: E501
248
248
:type: bool
@@ -256,7 +256,7 @@ def convert_owner(self):
256
256
"""
257
257
Gets the convert_owner. # noqa: E501
258
258
259
-
Implements GroupDocs.Conversion.Contracts.IDocumentsContainerLoadOptions.ConvertOwner Default is true # noqa: E501
259
+
Option to control whether the documents container itself must be converted If this property is true the documents container will be the first converted document Default is true # noqa: E501
Implements GroupDocs.Conversion.Contracts.IDocumentsContainerLoadOptions.ConvertOwner Default is true # noqa: E501
271
+
Option to control whether the documents container itself must be converted If this property is true the documents container will be the first converted document Default is true # noqa: E501
272
272
273
273
:param convert_owner: The convert_owner. # noqa: E501
0 commit comments