ApiFilter Constructor
Constructor. This takes the API type and the full name.
Namespace: Sandcastle.Core.ProjectAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public ApiFilter(
ApiEntryType apiType,
string name,
bool exposed
)
Public Sub New (
apiType As ApiEntryType,
name As String,
exposed As Boolean
)
public:
ApiFilter(
ApiEntryType apiType,
String^ name,
bool exposed
)
new :
apiType : ApiEntryType *
name : string *
exposed : bool -> ApiFilter
Parameters
- apiType ApiEntryType
- The API entry type
- name String
- The fully qualified name
- exposed Boolean
- True to expose it, false to hide it