IDataObjectContent
Represents the "content" part of the entity of a data object.
This interface provides methods and properties for the permission of the content of a data object.
In order to call the content, the permission "reading" is needed for the data object. In order to edit the content, the executing user must have the permission "writing" for the data object.
Properties
| Property | Description |
|---|---|
| Utf8Bytes:Byte[] | Sets or gets the Xml of the data object. |
| XmlData:String | Sets or gets the Xml of the data object. |
Methods
| Method | Description |
|---|---|
| CreateUtf8Stream():Stream | Generates a data stream for reading the Xml. |
| CreateXmlReader():XmlReader | Generates an XmlReader for reading the Xml. |
| CreateXmlReader(XmlNameTable):XmlReader | Generates an XmlReader for reading the Xml. |
| SetXmlData(String, Boolean):Void | Updates the Xml of the data object. |
| SetXmlData(Byte[], Boolean):Void | Updates the Xml of the data object. |
