Topic Transformation CoreRelease Cache Id 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
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.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string ReleaseCacheId { get; set; }VB
Public Property ReleaseCacheId As String
Get
SetC++
public:
property String^ ReleaseCacheId {
String^ get ();
void set (String^ value);
}F#
member ReleaseCacheId : string with get, setProperty Value
StringThe 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.