dataType

V

vb6dev2003

Hi,

From managed code, how to catch in the DOM the node dataType?
I defined my node: oNode and then, oNode.dataType.ToString() gives me
"string" for a string field in my schema, but gives: "" for a boolean!
How can you know if a node in the schema is a string or a boolean from C#
code?

Thanks

vbdev
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top