SharedContentElement Class
Definition
- Assembly
- Sandcastle.Tools.BuildComponents.dll
This class holds the properties of a shared content element that needs to be replaced in a topic
public class SharedContentElement
- Inheritance
-
SharedContentElement
Constructors
| SharedContentElement(string, string, string, string, IXmlNamespaceResolver) |
Constructor |
Properties
| Attribute |
This read-only property returns the XPath expression used to get an attribute name if the content value is to be added as an attribute. |
| Item |
This read-only property returns the item XPath expression used to get the name of the content item that will replace the element. |
| Parameters |
This read-only property returns the XPth expression used to select parameter elements |
| Path |
This read-only property returns the XPath expression used to find elements to be replaced |
| Undefined |
This read-only property returns the item XPath expression used to get the value used to replace the item if the named item is not found. |