ASP.NET Reference: WordTemplate Object Open SetCultureInfo SetDataSource GetVersion Process Save
ASP Reference: WordTemplate Object Open SetCultureInfo SetDataSource GetVersion Process Save

ASP Programmer's Reference

WordTemplate.GetVersion Method


Syntax:
WordTemplate.GetVersion()
Description:

Returns the exact version of WordWriter. The format of the version string returned is:

	SoftArtisans.ProductName Major.Minor.Patch.Build
	(mmddyyyy-hhmmss-buildMachineId)
  • ProductName - a product name like "SoftArtisans.WordWriter." Note: the product name may be different depending on what license key is in effect.
  • Edition - the edition of the product that has been installed. If a license key cannot be found, this field will be blank.
  • Major - major release number.
  • Minor - minor release number.
  • Patch - patch or bug fix number.
  • Build - build number.
  • mmddyyyy - date the build was compiled.
  • hhmmss - time the build was compiled.
  • buildMachineId - unique computer ID for the computer on which this product was compiled.
Returns

A version string, as described above.

Top

ASP.NET Reference: WordTemplate Object Open SetCultureInfo SetDataSource GetVersion Process Save
ASP Reference: WordTemplate Object Open SetCultureInfo SetDataSource GetVersion Process Save


Copyright © 2003, SoftArtisans, Inc.