Table of Contents

ApiFilter.ApiFilter Constructor

Definition

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

Constructor. This takes the API type and the full name.

public ApiFilter(ApiEntryType apiType, string name, bool exposed)

Parameters

apiType ApiEntryType

The API entry type

name string

The fully qualified name

exposed bool

True to expose it, false to hide it