Click or drag to resize
Sandcastle Help File BuilderIndexedCommentsCacheGetKeys Method
This returns an enumerable list of all key values from the specified XML file based on the expressions for this cache.

Namespace: SandcastleBuilder.Utils.InheritedDocumentation
Assemblies:  GenerateInheritedDocs (in GenerateInheritedDocs.exe) Version: 2014.11.22.0
  SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public IEnumerable<string> GetKeys(
	string file
)

Parameters

file
Type: SystemString
The XML file from which to obtain the keys

Return Value

Type: IEnumerableString
An enumerable list of the key values in the given file
See Also