ASP.NET Programmer's Reference
WordTemplate.GetVersion Method |
 |
C# Syntax:
WordTemplate.GetVersion();
VB.NET 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
Copyright © 2003, SoftArtisans, Inc.