channel_image_link Property

This property contains the URL associated with the channel's associated image.

Syntax

def get_channel_image_link() -> str: ...
def set_channel_image_link(value: str) -> None: ...

channel_image_link = property(get_channel_image_link, set_channel_image_link)

Default Value

""

Remarks

This property contains the URL associated with the channel's associated image.

Images are required for RSS channels that conform to version 0.91 and 0.92 of the RSS protocol. The following properties are required for an image:

channel_image_linkThe link associated with the image. For graphical representations, this is the webpage that will be displayed if the image is clicked.
channel_image_titleThe title of the image.
channel_image_urlURL where the image can be found.

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