update_entry_category_term Property

This property contains the category to which the entry or feed belongs.

Syntax

def get_update_entry_category_term() -> str: ...
def set_update_entry_category_term(value: str) -> None: ...

update_entry_category_term = property(get_update_entry_category_term, set_update_entry_category_term)

Default Value

""

Remarks

This property contains the category to which the entry or feed belongs.

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