attached_files_directory property

attached_files_directory property

The directory that the attached files will be saved to. Only for saving to html stream.

Definition:

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

See Also