update_entry_xml Property

This property contains the full XML contents of the entry.

Syntax

def get_update_entry_xml() -> str: ...
def set_update_entry_xml(value: str) -> None: ...

update_entry_xml = property(get_update_entry_xml, set_update_entry_xml)

Default Value

""

Remarks

This property contains the full XML contents of the entry. Unless the properties of the AtomEntry are modified, this value will contain the original XML from the Atom feed.

NOTE: When setting this property, the entire contents of the entry must be supplied including the entry tags. All previous entry values will be lost.

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