ApiFilter Constructor

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

Definition

Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public ApiFilter(
	ApiEntryType apiType,
	string name,
	bool exposed
)

Parameters

apiType  ApiEntryType
The API entry type
name  String
The fully qualified name
exposed  Boolean
True to expose it, false to hide it

See Also