CopyFromFileCommand Class
Definition
- Assembly
- Sandcastle.Tools.BuildComponents.dll
This represents the copy command for the CopyFromFileComponent
public class CopyFromFileCommand : CopyCommand
- Inheritance
-
CopyFromFileCommand
Constructors
| CopyFromFileCommand(BuildComponentCore, XPathDocument, string, string) |
Constructor |
Properties
| ParentComponent |
This read-only property returns the parent component (Inherited from CopyCommand) |
| Source |
This read-only property returns the XPath expression used to get the source elements (Inherited from CopyCommand) |
| SourceDocument |
This read-only property returns the source document from which to copy data |
| Target |
This read-only property returns the XPath expression used to get the target element to which the source elements are copied (Inherited from CopyCommand) |
Methods
| Apply(XmlDocument, IXmlNamespaceResolver) |
Apply the copy command to the specified target document using the specified context |