Art TargetOutput XPath Property
This is used to get or set the XPath expression used to determine the output path for the art file
Definition
Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public XPathExpression OutputXPath { get; set; }VB
Public Property OutputXPath As XPathExpression
Get
SetC++
public:
property XPathExpression^ OutputXPath {
XPathExpression^ get ();
void set (XPathExpression^ value);
}F#
member OutputXPath : XPathExpression with get, set