CopyFromIndexComponentContext Property

This read-only property returns the context to use for the index when evaluating XPath expressions

Definition

Namespace: Sandcastle.Tools.BuildComponents
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
protected CustomContext Context { get; }

Property Value

CustomContext

Remarks

Since this is only for providing XML namespaces, it can be shared amongst all indexes

See Also