Click or drag to resize
Sandcastle Help File BuilderBindingRedirectSettingsOldVersionTo Property
This is used to get or set the ending old version number range to redirect to the new version number.

Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2014.11.22.0
Syntax
[TypeConverterAttribute(typeof(VersionTypeConverter))]
public Version OldVersionTo { get; set; }

Property Value

Type: Version
If not set, only OldVersion will be used to redirect a single version.
See Also