depth property

depth property

The depth of the document container load options.

Implements IDocumentsContainerLoadOptions.depth.

Default: 3.

Definition:

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

See Also