item_guid_is_perma_link Property

When this property is set to true, the reader may assume that the guid is a permalink to the item.

Syntax

def get_item_guid_is_perma_link(item_index: int) -> bool: ...
def set_item_guid_is_perma_link(item_index: int, value: bool) -> None: ...

Default Value

TRUE

Remarks

When this property is set to true, the reader may assume that the guid is a permalink to the item. A permalink is a url that can be opened in a Web browser, which contains the full item contents from the original RSS feed.

The item_index parameter specifies the index of the item in the array. The size of the array is controlled by the item_count property.

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