depth property

depth property

The depth of the documents container, implementing IDocumentsContainerLoadOptions.depth (default: 1).

Definition:

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

See Also