channel_copyright Property

This property contains the copyright information for the current RSS channel (500 char max).

Syntax

def get_channel_copyright() -> str: ...
def set_channel_copyright(value: str) -> None: ...

channel_copyright = property(get_channel_copyright, set_channel_copyright)

Default Value

""

Remarks

This property contains the copyright information for the current RSS channel (500 char max).

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