Topic Transformation Core Constructor
Constructor
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
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#
protected TopicTransformationCore(
HelpFileFormats supportedFormats,
Func<string, string> resolvePath
)VB
Protected Sub New (
supportedFormats As HelpFileFormats,
resolvePath As Func(Of String, String)
)C++
protected:
TopicTransformationCore(
HelpFileFormats supportedFormats,
Func<String^, String^>^ resolvePath
)F#
new :
supportedFormats : HelpFileFormats *
resolvePath : Func<string, string> -> TopicTransformationCoreParameters
- supportedFormats HelpFileFormats
- The presentation style's supported help file formats
- resolvePath FuncString, String
- The function used to resolve content file paths for the presentation style