Toc EntryDestination File Property
This is used to get or set the entry's destination file path.
Definition
Namespace: Sandcastle.Core.ConceptualContent
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 DestinationFile { get; set; }VB
Public Property DestinationFile As String
Get
SetC++
public:
property String^ DestinationFile {
String^ get ();
void set (String^ value);
}F#
member DestinationFile : string with get, set