Table of Contents

CopyFromIndexCommand.CopyFromIndexCommand Constructor

Definition

Namespace
Sandcastle.Tools.BuildComponents.Commands
Assembly
Sandcastle.Tools.BuildComponents.dll

Constructor

public CopyFromIndexCommand(BuildComponentCore parent, IndexedCache sourceIndex, string keyXPath, string sourceXPath, string targetXPath, bool isAttribute, bool ignoreCase)

Parameters

parent BuildComponentCore

The parent build component

sourceIndex IndexedCache

The source index

keyXPath string

The key XPath expression

sourceXPath string

The source XPath expression

targetXPath string

The target XPath expression

isAttribute bool

True if the targets are to be added as attributes, false if they are to be added as elements

ignoreCase bool

True to ignore case on the keys when retrieving index values