IPWorks Cloud 2020 Python Edition

Questions / Feedback?

content_disposition Property

Content disposition to send for an object.

Syntax

def get_content_disposition() -> str: ...
def set_content_disposition(value: str) -> None: ...

content_disposition = property(get_content_disposition, set_content_disposition)

Default Value

""

Remarks

This property can be set before calling create_object to have its value submitted as the object's Content-Disposition header value. This same value will then be returned in the Content-Disposition header by the server anytime the object is downloaded.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Python Edition - Version 20.0 [Build 8265]