Copy From Files CommandSource File Property
This read-only property returns the XPath expression used to get the file from which to copy elements
Definition
Namespace: Sandcastle.Tools.BuildComponents.Commands
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 SourceFile { get; }VB
Public ReadOnly Property SourceFile As XPathExpression
GetC++
public:
property XPathExpression^ SourceFile {
XPathExpression^ get ();
}F#
member SourceFile : XPathExpression with get