channel_generator Property

This property contains the name of the program which created the RSS feed.

Syntax

def get_channel_generator() -> str: ...
def set_channel_generator(value: str) -> None: ...

channel_generator = property(get_channel_generator, set_channel_generator)

Default Value

"IPWorks Version 8.0 RSS Component"

Remarks

This property contains the name of the program which created the RSS feed.

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