IndexedCacheGetValues Method

This returns an enumerable list of all key/value pairs from the specified XML file based on the expressions for this cache.

Definition

Namespace: Sandcastle.Tools.BuildComponents.Commands
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.9.12.0
public IEnumerable<KeyValuePair<string, XPathNavigator>> GetValues(
	string file
)

Parameters

file  String
The XML file from which to obtain the keys

Return Value

IEnumerableKeyValuePairString, XPathNavigator
An enumerable list of the key/value values in the given file

See Also