use_bookmarks property

use_bookmarks property

Indicates if all the bookmarks will be copied by default.

Definition:

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

See Also