channel_managing_editor Property

This property contains the email address or contact information for the current RSS channel's editor.

Syntax

def get_channel_managing_editor() -> str: ...
def set_channel_managing_editor(value: str) -> None: ...

channel_managing_editor = property(get_channel_managing_editor, set_channel_managing_editor)

Default Value

""

Remarks

This property contains the email address or contact information for the current RSS channel's editor.

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