ISandcastle ProjectSyntax Filters Property
This read-only property is used to get the language filters which determines which languages appear
in the Syntax section of the help topics.
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The default is Standard (C#, VB.NET, and C++)
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
string SyntaxFilters { get; }VB
ReadOnly Property SyntaxFilters As String
GetC++
property String^ SyntaxFilters {
String^ get ();
}F#
abstract SyntaxFilters : string with getProperty Value
StringThe default is Standard (C#, VB.NET, and C++)