update_entry_source Property

This property is used when an entry has been copied from one feed to another feed.

Syntax

def get_update_entry_source() -> str: ...
def set_update_entry_source(value: str) -> None: ...

update_entry_source = property(get_update_entry_source, set_update_entry_source)

Default Value

""

Remarks

This property is used when an entry has been copied from one feed to another feed. It preserves all child element of the feed other than entries.

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