UpdateEntryContentTextType Property
This property contains the text type of the content of the entry.
Object Oriented Interface
public function getUpdateEntryContentTextType(); public function setUpdateEntryContentTextType($value);
Procedural Interface
ipworks_atom_get($res, 111 ); ipworks_atom_set($res, 111, $value );
Default Value
0
Remarks
This property contains the text type of the content of the entry. Atom textual content can either be html, xhtml or text.
Data Type
Integer