In the PersistData folder, the Web Conferencing Server stores only one file. The file contains the XML serialization of the shared notes information. The file is encrypted using the conference master encryption key. The file contains the XML serialization for rich text.
Metadata File for Shared Notes
The following is an example of the XML content for shared notes.
Copy Code | |
---|---|
<PersistentData> <ScopeManager /> <SharedNotes> <RichString> <PlainText>This is the content of the shared notes pane I've just edited </PlainText> <StyleData> <Character> <FormatTable> <Format fontface="Arial" fontsize="9.0" bold="false" italic="false" underline="false" /><Format fontface="" fontsize="9.0" bold="false" italic="false" underline="false" /> </FormatTable> <FormatRunTable> <FormatRun format="0" length="62" /> </FormatRunTable> </Character> <Paragraph> <FormatTable> <Format bullets="0" numbering="0" /><Format bullets="1" numbering="0" /> <Format bullets="0" numbering="1" /> </FormatTable> <ParaFormats> <Paragraph format="0" /> </ParaFormats> </Paragraph> </StyleData> </RichString> </SharedNotes> </PersistentData> |