File Created Event ArgsKey Property
This read-only property returns the topic key or null if not saved while generating a specific topic
Definition
Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
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 Key { get; }VB
Public ReadOnly Property Key As String
GetC++
public:
property String^ Key {
String^ get ();
}F#
member Key : string with get