ApiFilter Constructor

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

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.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