IP*Works! 2016 PHP Edition
IP*Works! 2016 PHP Edition
Questions / Feedback?

ItemGuidIsPermaLink Property

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

Object Oriented Interface

public function getItemGuidIsPermaLink($itemindex);
public function setItemGuidIsPermaLink($itemindex, $value);

Procedural Interface

ipworks_rss_get($res, 53 , $itemindex);
ipworks_rss_set($res, 53, $value , $itemindex);

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 size of the array is controlled by the ItemCount property.

This property is not available at design time.

Data Type

Boolean

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 PHP Edition - Version 16.0 [Build 7353]