XmlMapping Properties

The XmlMapping type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleCustomXmlPart
Returns the custom XML data part to which the parent structured document tag is mapped.
Public propertyCode exampleIsMapped
Returns true if the parent structured document tag is successfully mapped to XML data.
Public propertyCode examplePrefixMappings
Returns XML namespace prefix mappings to evaluate the XPath.
Public propertyCode exampleStoreItemId
Specifies the custom XML data identifier for the custom XML data part which shall be used to evaluate the XPath expression.
Public propertyCode exampleXPath
Returns the XPath expression, which is evaluated to find the custom XML node that is mapped to the parent structured document tag.
See Also