IndexedCacheKeyExpression Property

This read-only property returns the XPath expression used to extract the key from values

Definition

Namespace: Sandcastle.Tools.BuildComponents.Commands
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.9.12.0
public XPathExpression KeyExpression { get; }

Property Value

XPathExpression
The key expression is always relative to the index value node

See Also