EntryCopyright Property
This property is used a textual description of the copyright statement for the current ATOM feed.
Object Oriented Interface
public function getEntryCopyright($entryindex); public function setEntryCopyright($entryindex, $value);
Procedural Interface
ipworks_atom_get($res, 52 , $entryindex); ipworks_atom_set($res, 52, $value , $entryindex);
Default Value
''
Remarks
This property is used a textual description of the copyright statement for the current ATOM feed
The size of the array is controlled by the EntryCount property.
This property is not available at design time.
Data Type
String