Table of Contents

TopicFile.GetReferencedNamespaces Method

Definition

Namespace
Sandcastle.Core.ConceptualContent
Assembly
Sandcastle.Core.dll

This is used to get an enumerable list of unique namespaces referenced in the topic

public IEnumerable<string> GetReferencedNamespaces(IEnumerable<string> validNamespaces)

Parameters

validNamespaces IEnumerable<string>

An enumerable list of valid framework namespaces

Returns

IEnumerable<string>

An enumerable list of unique namespaces in the topic