wwhelpimportvcx::createhelpzip

Creates a ZIP file from a full help project that has been compiled. Creates the project from the import source (Web Service, COM TypeLib) and then generates a project, compiles it, and zips up the entire result CHM and HTML content.

o.createhelpzip(lcMode,lcDescription,lcScheme,lcClasslib)

Return Value

binary string containing the zip file or empty string on failure

Parameters

lcMode
DOTNETASSEMBLY - .NET Assembly
TLB - Type Library
WSDL - Web Service
VCX - Fox Class Library (not implemented at this time)

lcDescription
The title of the help file/documentation.

lcScheme
The template scheme used that determines what the look of the help file is
MSDN
BLUE
EARTH
STANDARD

lcClassLib
The name and location of the file to parse. For Typelibs and VFP classes provide the path to the class, for WSDL files provide a Web Url.


See also:

Class wwImportVcx |

© West Wind Techologies, 1996-2023 • Updated: 08/26/08
Comment or report problem with topic