Token CollectionToken File Path Property
This is used to get or set the token 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 TokenFilePath { get; set; }VB
Public Property TokenFilePath As String
Get
SetC++
public:
property String^ TokenFilePath {
String^ get ();
void set (String^ value);
}F#
member TokenFilePath : string with get, set