TopicTransformationCore Constructor

Constructor

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
protected TopicTransformationCore(
	HelpFileFormats supportedFormats,
	Func<string, string> resolvePath
)

Parameters

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

See Also