TopicTransformationCoreBuildCacheId 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
public string BuildCacheId { get; set; }

Property Value

String
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.

See Also