| SandcastleProjectUpgradeProjectProperties Method |
This marks the project as dirty along with the project collections
for the purpose of upgrading the project.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public void UpgradeProjectProperties()
Public Sub UpgradeProjectProperties
public:
void UpgradeProjectProperties()
member UpgradeProjectProperties : unit -> unit
Remarks Most properties are converted when loaded. This ensures that the all collections
are saved and the tools version and SHFB schema version are also updated when the project
is next saved.
See Also