update_file Property

A resource to be updated, deleted or created.

Syntax

def get_update_file() -> str: ...
def set_update_file(value: str) -> None: ...

update_file = property(get_update_file, set_update_file)

Default Value

""

Remarks

This property allows you to create, update, and delete Atom resources using the put method.

If update_file is set to a local file, the content of that file will be used to form the content of the HTTP request.

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