update_entry_content Property

This property contains the text contents of an Atom entry.

Syntax

def get_update_entry_content() -> str: ...
def set_update_entry_content(value: str) -> None: ...

update_entry_content = property(get_update_entry_content, set_update_entry_content)

Default Value

""

Remarks

This property contains the text contents of an Atom entry.

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