Binding Redirect SettingsOld Version To Property
This is used to get or set the ending old version number range to redirect to the new version
number.
Definition
Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
If not set, only OldVersion will be used to redirect a single version.
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
C#
public string OldVersionTo { get; set; }VB
Public Property OldVersionTo As String
Get
SetC++
public:
property String^ OldVersionTo {
String^ get ();
void set (String^ value);
}F#
member OldVersionTo : string with get, setProperty Value
StringIf not set, only OldVersion will be used to redirect a single version.