CopyFromFilesCommand Class
Definition
- Assembly
- Sandcastle.Tools.BuildComponents.dll
This represents the copy command for the CopyFromFilesComponent
public class CopyFromFilesCommand : CopyCommand
- Inheritance
-
CopyFromFilesCommand
Constructors
| CopyFromFilesCommand(BuildComponentCore, string, string, string, string) |
Constructor |
Properties
| BasePath |
This read-only property returns the base path containing the source files |
| 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) |
| SourceFile |
This read-only property returns the XPath expression used to get the file from which to copy elements |
| 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 |