ApiFilter Constructor
Constructor. This takes the API type and the full name.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.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