file_type property

file_type property

Gets or sets the type of the file, indicating its type (e.g., docx, pdf, xlsx, etc.).

Definition:

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

See Also