EntrySource Property
This property is used when an entry has been copied from one feed to another feed.
Object Oriented Interface
public function getEntrySource($entryindex); public function setEntrySource($entryindex, $value);
Procedural Interface
ipworks_atom_get($res, 67 , $entryindex); ipworks_atom_set($res, 67, $value , $entryindex);
Default Value
''
Remarks
This property is used when an entry has been copied from one feed to another feed. It preserves all child element of the feed other than entries.
The size of the array is controlled by the EntryCount property.
This property is not available at design time.
Data Type
String