thumbnail property

thumbnail property

Gets the tag that indicates a thumbnail image attached to a file.

Definition:

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

See Also