channel_category_domain Property

This property contains the URL indicating the definition of the current RSS channel's category.

Syntax

def get_channel_category_domain() -> str: ...
def set_channel_category_domain(value: str) -> None: ...

channel_category_domain = property(get_channel_category_domain, set_channel_category_domain)

Default Value

""

Remarks

This property contains the URL indicating the definition of the current RSS channel's category. This points to a location that defines the category indicated by the channel_category property.

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