ArtTargetOutputXPath Property
This is used to get or set the XPath expression used to determine the output path for the art file
Namespace: Sandcastle.Tools.BuildComponents.TargetsAssembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public XPathExpression OutputXPath { get; set; }
Public Property OutputXPath As XPathExpression
Get
Set
public:
property XPathExpression^ OutputXPath {
XPathExpression^ get ();
void set (XPathExpression^ value);
}
member OutputXPath : XPathExpression with get, set
Property Value
XPathExpression