TopicTransformationCoreReleaseCacheId Property

This is used to get or set the release 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 ReleaseCacheId { get; set; }

Property Value

String
The default value is the hash code for the core assembly's last write date/time. As such, it will only change when a new version of the help file builder is released. This is useful for things like scripts and style sheets that will not change very often.

See Also