TopicTopic Filename Property
This is used to get the filename of the related project file (if any)
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 TopicFilename { get; }VB
Public ReadOnly Property TopicFilename As String
GetC++
public:
property String^ TopicFilename {
String^ get ();
}F#
member TopicFilename : string with get