channel_subtitle_text_type Property

This property contains the text type of the sub-title of the feed.

Syntax

def get_channel_subtitle_text_type() -> int: ...
def set_channel_subtitle_text_type(value: int) -> None: ...

channel_subtitle_text_type = property(get_channel_subtitle_text_type, set_channel_subtitle_text_type)

Default Value

0

Remarks

This property contains the text type of the sub-title of the feed. Atom textual content can either be html, xhtml or text.

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