Click or drag to resize
Sandcastle Help File BuilderTopicFileGetReferencedNamespaces Method
This is used to get an enumerable list of unique namespaces from the given reflection data file

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public IEnumerable<string> GetReferencedNamespaces(
	string reflectionDataPath
)

Parameters

reflectionDataPath
Type: SystemString
The reflection data path containing the valid namespace files

Return Value

Type: IEnumerableString
An enumerable list of unique namespaces in the topic
See Also