Table of Contents

ApiFilterCollection.AddNamespaceChild Method

Definition

Namespace
Sandcastle.Core.Project
Assembly
Sandcastle.Core.dll

Add a new type entry to this namespace collection

public bool AddNamespaceChild(string fullName, string nameSpace, string typeName, string memberName)

Parameters

fullName string

The full name of the entry

nameSpace string

The namespace

typeName string

The type name

memberName string

The member

Returns

bool

True if merged without conflict or false if the merged member conflicted with an existing entry. The existing entry will take precedence.

Remarks

Entries added by this method are exclusions based on namespace comment or <exclude/> tag exclusions.