channel_category Property

The value of this property is a forward-slash-separated string that identifies a hierarchic location in a particular hierarchy.

Syntax

def get_channel_category() -> str: ...
def set_channel_category(value: str) -> None: ...

channel_category = property(get_channel_category, set_channel_category)

Default Value

""

Remarks

The value of this property is a forward-slash-separated string that identifies a hierarchic location in a particular hierarchy. The conventions used to interpret an RSS channel's category depend upon the processor.

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