It adds a prefix such as "MyPrefix" to the element it's on. So, the name of the treeview is "MyElement" then when it generates XML it will look like so:
<MyPrefix:MyElement>Inner Text</MyPrefix:MyElement>
It just prefixes it to the element followed by a colon ":".
It adds a prefix such as "MyPrefix" to the element it's on. So, the name of the treeview is "MyElement" then when it generates XML it will look like so:
<MyPrefix:MyElement>Inner Text</MyPrefix:MyElement>
It just prefixes it to the element followed by a colon ":".