Api Filter Constructor
Constructor. This takes the API type and the full name.
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public ApiFilter(
ApiEntryType apiType,
string name,
bool exposed
)VB
Public Sub New (
apiType As ApiEntryType,
name As String,
exposed As Boolean
)C++
public:
ApiFilter(
ApiEntryType apiType,
String^ name,
bool exposed
)F#
new :
apiType : ApiEntryType *
name : string *
exposed : bool -> ApiFilterParameters
- apiType ApiEntryType
- The API entry type
- name String
- The fully qualified name
- exposed Boolean
- True to expose it, false to hide it