Topic Transformation CoreBuild Cache Id Property
This is used to get or set the build cache ID for use in the presentation style templates
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The default is the hash code for the current date/time and it will change each time a help file project is built. This is useful for search and table of contents data files which will likely change with each build.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string BuildCacheId { get; set; }VB
Public Property BuildCacheId As String
Get
SetC++
public:
property String^ BuildCacheId {
String^ get ();
void set (String^ value);
}F#
member BuildCacheId : string with get, setProperty Value
StringThe default is the hash code for the current date/time and it will change each time a help file project is built. This is useful for search and table of contents data files which will likely change with each build.