Home > Working with SGWorld > ISGWorld > OnCreateBasicKit
This event occurs when a Publish Project as Local Kit or Publish Project as Internet Kit command is given.
JavaScript |
|
OnCreateBasicKit( BasicKitFolder, BasicKitFileName) |
C# |
|
void OnCreateBasicKit( string BasicKitFolder, string BasicKitFileName) |
C++ |
|
HRESULT OnCreateBasicKit( BSTR BasicKitFolder, BSTR BasicKitFileName) |
Parameters
BasicKitFolder
The name of the folder that is to contain the files for the Viewer Kit.
BasicKitFileName
A name for the basic kit file
Exceptions
See: HRESULT Return Values for a list of possible values returned by the HRESULT.