'Declaration Public Overloads Function SetMapping( _ ByVal node As System.Xml.XmlNode, _ Optional ByVal customXmlPartId As System.String, _ Optional ByVal supportRichTextControl As System.Boolean _ ) As System.String
public System.string SetMapping( System.Xml.XmlNode node, System.string customXmlPartId, System.bool supportRichTextControl )
Parameters
- node
- The System.Xml.XmlNode which is mapped to the content control.
- customXmlPartId
- The CustomXmlPart identifier which shall be used to evaluate the given XPath expression.
- supportRichTextControl
- Whether the xml mapping supports a content control with ContentControlType.RichText type.
Return Value
Inner xml of the mapped node stored within a XmlDocument in the document.