Topic Transformation CoreApi Topic Parameter Types Method
Get parameter types for an API member topic in plain text format
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
An enumerable list of one or more XML nodes representing the parameter types or null if there aren't any.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
protected virtual IEnumerable<XNode> ApiTopicParameterTypes(
bool plainText
)VB
Protected Overridable Function ApiTopicParameterTypes (
plainText As Boolean
) As IEnumerable(Of XNode)C++
protected:
virtual IEnumerable<XNode^>^ ApiTopicParameterTypes(
bool plainText
)F#
abstract ApiTopicParameterTypes :
plainText : bool -> IEnumerable<XNode>
override ApiTopicParameterTypes :
plainText : bool -> IEnumerable<XNode> Parameters
- plainText Boolean
- True if it should be in plain text (metadata and table of contents title) or decorated with language-specific text elements (page title).
Return Value
IEnumerableXNodeAn enumerable list of one or more XML nodes representing the parameter types or null if there aren't any.