channel_icon Property

This property contains a reference to the image that represents this feed.

Syntax

def get_channel_icon() -> str: ...
def set_channel_icon(value: str) -> None: ...

channel_icon = property(get_channel_icon, set_channel_icon)

Default Value

""

Remarks

This property contains a reference to the image that represents this feed.

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