/// <summary>Read properties from the the previous/VERSION file in the given storage directory. /// </summary> /// <exception cref="System.IO.IOException"/> public virtual void ReadPreviousVersionProperties(Storage.StorageDirectory sd) { Properties props = ReadPropertiesFile(sd.GetPreviousVersionFile()); SetFieldsFromProperties(props, sd); }