Content FilesDestination Folder Property
This read-only property returns the destination folder of the content files in the compiled help file
Definition
Namespace: Sandcastle.Core.PresentationStyle
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#
public string DestinationFolder { get; }VB
Public ReadOnly Property DestinationFolder As String
GetC++
public:
property String^ DestinationFolder {
String^ get ();
}F#
member DestinationFolder : string with get