UpdateEntryContent Property
This property contains the text contents of an Atom entry.
Object Oriented Interface
public function getUpdateEntryContent(); public function setUpdateEntryContent($value);
Procedural Interface
ipworks_atom_get($res, 110 ); ipworks_atom_set($res, 110, $value );
Default Value
''
Remarks
This property contains the text contents of an Atom entry.
Data Type
String