channel_image_title Property

This property contains the title of the channel's associated image.

Syntax

def get_channel_image_title() -> str: ...
def set_channel_image_title(value: str) -> None: ...

channel_image_title = property(get_channel_image_title, set_channel_image_title)

Default Value

""

Remarks

This property contains the title of 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.
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]